How to add multiple domains(subject alt names) into certificate and a keystore(.jks) file Introduction In this article, we will see how to add multiple domains also known as the Subject alt name in the JKS file. If you are getting SSL handshake exception and your application is complaining about
1 2 3 | ****javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative names present |
then basically it means that […]