CUCM certificate requests with an IP as the Subject Alternative Name (SAN)
If you have ever created a Certificate Signing Request using CUCM, you may have noticed a lack of setting an IP as a SAN.  A simple solution to this if you are dealing with a Microsoft Certificate Server is to fill out the additional attributes text field. However, by default prior to doing this you will need to open up an Administrator command prompt and issue the following command:
Finally, you simply need to add the following:
Lastly, make sure you restart your Tomcat service via the CLI by entering:
certutil -setreg policy\EditFlags +EDITF_ATTRIBUTESUBJECTALTNAME2
Finally, you simply need to add the following:
san:dns=<hostname>&dns=<fqdn>&ipaddress=<ip address>
Lastly, make sure you restart your Tomcat service via the CLI by entering:
utils service restart Cisco Tomcat
Comments
Post a Comment