Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CertUtil silent mode. Unable to install Certificate silently

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

like image 341
RHQ Avatar asked Dec 06 '12 19:12

RHQ


People also ask

Is Certutil installed by default?

Starting with Windows Vista/Windows Server 2008, certutil is a part of default Os installation (as opposite to previous versions of Windows where certutil was a part of separate Support Tools).

What does Certutil EXE do?

Certutil.exe is a command-line program, installed as part of Certificate Services. You can use certutil.exe to dump and display certification authority (CA) configuration information, configure Certificate Services, backup and restore CA components, and verify certificates, key pairs, and certificate chains.

Where is Certutil EXE located?

C:\Windows\System32\certutil.exe. C:\Windows\SysWOW64\certutil.exe.


1 Answers

This is by design, if you could silently install user certificates it would be a hefty security breach.

like image 129
jezr Avatar answered Oct 20 '22 10:10

jezr