Certutil.exe is a command-line program that is 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.
Certutil.exe is a command-line program that is 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.
- For basic command line syntax, run
certutil -? - For the syntax on using
certutilwith a specific verb, runcertutil <verb> -? - To send all of the
certutilsyntax into a text file, run the following commands:certutil -v -? > certutilhelp.txtnotepad certutilhelp.txt