Does anyone know how could I installed the following silently ?
C:\> certutil -importpfx -user -f -p [Password] "O:\Certificates\test2.pfx"
I tried using the -silent
option but it says it does not exist.
Any other recommendations ?
The certificate install is causing issues with our users, since they are unable to say yes to install it. A Citrix security box appears behind the certificate window which needs to be 'allowed' before they can install the certificate. Some users are able to drag the security warning from the back to the front, but the majority are unable to do so.
If anyone could help that would be great!
Thanks
-user
option), the operation is performed silently. Why is a security breach to install in the user store, but it is not if we install in the system store (of course, running both commands as administrator)? – Fenestrated