Page 1 of 1

Subject Alternative Name / SSL certificate

Posted: 2017/12/06 14:24:03
by wp.rauchholz
No sure what I am doing wring, I always get an 'invalid' for the SAN in my certificate.
I adjusted my openssl.cnf with thew following lines:

[req]
req_extensions = v3_req

[v3_req]
subjectAltName = @alt_names

[alt_names]
DNS.1 = <mydomain>
DNS.2 = <www.mydomain>

What am I doing wrong?

Thanks, Wolfgang