[SOLVED] SSL Certificate with subject alternative Name (missing_subjectAltName error)

[SOLVED] SSL Certificate with subject alternative Name (missing_subjectAltName error)

Hi @all,

the newest version of Google Chrome 58 requires that certificates specify the hostname(s) to which they apply in the SubjectAltName field; values in the Subject field will be ignored.
The documentation from ME to create selfsigned certs does not take account of that yet.

I tried to renew the cert by using the keytool with -ext san=dns:<fqdn> but it does not take effect it seems.
Is the build in Java Version supporting that option?

Can anybody explain how to fix it?

Thanks in advance

Christoph