Retired Microsoft Blog disclaimer

This directory is a mirror of retired "Windows PKI Team" TechNet blog and is provided as is. All posting authorship and copyrights belong to respective authors.
Original URL: https://blogs.technet.microsoft.com/pki/2007/05/12/a-simple-way-to-set-the-certutil-config-option/
Post name: A simple way to set the certutil -config option
Original author: MS2065 [MSFT]
Posting date: 2007-05-12T14:07:00+00:00


When you are performing an operation on a remote CA, certutil requires the config string as input parameter. The common way to find out the config string is to run a certutil -dump command, list all available CAs in the Active Directory forest and copy/past the config parameter from the dump into the new command-line.

There is a much simpler way to set the config string in certutil. Just use a dash as config string and certutil will show a selection dialog with all CAs that are registered in your Active Directory forest.


For example to verify the responsiveness of a remote CA, run the following command and select the target CA from the list of available CAs.


certutil –config - -ping


Share this article:

Comments:

Comments are closed.