we are trying to install PKI CA on our windows 2008 server but we are unable to locate caconfig.inf file. where can i find this file and how can i configure settings on it. We have already installes IIS and CA in roles. Please help us in this matter.
Thanks.
Rajeev
Windows Server 2008
Last Comment
Paranormastic
8/22/2022 - Mon
Paranormastic
You need to create one in Notepad. See the code snippet for an example.
Technically the capolicy.inf is optional - but without it you get default settings that may not be desirable.
Before using the example, you would need to enable the new algorithm set on the CA:
certutil -setreg ca\csp\DiscreteSignatureAlgorithm 1
net stop certsvc & net start certsvc
You will need to make sure these patches are rolled out to your XP/2003 boxes:
KB922706
KB938397
KB948963
Hi
i am installed CA in standalone windows 2008 but how to run the scrip step 10 please advice me
Regards
Rajeeve Jose
Paranormastic
The code snippet isn't a script. Copy and paste it (with the opening [ I accidentally left out) into notepad and save as capolicy.inf in the c:\windows (%systemroot%) directory, then install AD CS.
Technically the capolicy.inf is optional - but without it you get default settings that may not be desirable.
Before using the example, you would need to enable the new algorithm set on the CA:
certutil -setreg ca\csp\DiscreteSignatureAl
net stop certsvc & net start certsvc
You will need to make sure these patches are rolled out to your XP/2003 boxes:
KB922706
KB938397
KB948963
Reading material:
http://download.microsoft.com/download/4/7/f/47f81ee5-8593-4b39-871d-2f55eb731ad6/Certificate%20Services%20Enhancements%20in%20Longhorn%20Server.doc
Open in new window