Set CRL Publishing URLs using certutil
Hi
I would like to script to set the CRL Publishing URLs, I have googled enough to find something below:
certutil -setreg CA\CRLPublicationURLs "1:%windir%\system32\Certsrv\CertEnroll\%%3%%8%%9.crl\n6:http://test.abc.com/crl/%%3%%8%%9.crl\n79:ldap:///CN=%%7%%8%%%9,CN=%%2,CN=CDP,CN=Public Key Services,CN=Services,%%6%%10"
I have no clue what these %% numbers mean. Can anyone explain me about these or atleast provide a link so that I could configure the same for my system.
Thanks in advance.
S
November 30th, 2010 12:27am
http://technet.microsoft.com/en-us/library/cc784969(WS.10).aspx
when you script URLs you will have to add escaping percent sign (%%1 instead of %1).http://en-us.sysadmins.lv
Free Windows Admin Tool Kit Click here and download it now
November 30th, 2010 1:47am


