Hello, I have enterprise CA in place and I would like to use enterprise signed certificate. The problem is that in every browser except Chrome everything is working fine, in Chrome I get an error NET::ERR_CERT_COMMON_NAME_INVALID. I know this problem is related to the Chrome which requires SAN to be specified along with the CN in the certificate. However I have put both values in Portecle during certificate generation. Is there any possible way to get it working?
Regards
Piotr
I'm not certain of exactly how to do this in the portecle app. However I did find other users that have gotten past this problem using the keytool utility included in the Oracle Java JDK.
Examples:
These all indicate that you can use the -ext attribute when generating the CSR and specify your dns alternative name, such as:
keytool -certreq -file test.csr -keystore test.jks -alias testAlias -ext SAN=dns:test.example.com
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.