5

I know how to import certificates to trusted root authorities with certutil

certutil -addstore "Root" <cert_path>

But for this I need administrator permissions. Though when I double click on the certificate to install it with the GUI, I get the option to install it only for the current user, in which case I don't need admin. permissions.

enter image description here enter image description here

Therefore my questions is: How to import with command line a certificate to Trusted Root Authorities with no administration rights?

1 Answers1

7

It was so simple I couldn't imagine

certutil -user -addstore "Root" <cert_path>