How to enable Subject Alternate Name (SAN) support on Windows Server 2008 (Active Directory Certificate Services)
September 1, 2009 1 Comment
From the command line on the server which is running Active Directory Certificate Services (AD CS) run:
certutil setreg policy\SubjectAltName enabled
certutil setreg policy\SubjectAltName2 enabled
Restart the certificate service
-Eric
From the command line on the server which is running Active Directory Certificate Services (AD CS) run:
certutil setreg policy\SubjectAltName enabled
certutil setreg policy\SubjectAltName2 enabled
Now restart the certificate service
-Eric