Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
December 17, 2006
To enable a CA (Certification Authority) on Windows Server 2003 R2 to use the unmodified subject (Relative Distinguished Name) that is supplied in the certificate request:
1. Open a CMD.EXE window.
2. Type the following commands, pressing Enter after each line:
Certutil –setreg cacrlflags +CRLF_REBUILD_MODIFIED_SUBJECT_ONLYnet stop certsvcnet start certsvc
You May Also Like