Subject Alternative Name / SSL certificate

Issues related to configuring your network
Post Reply
wp.rauchholz
Posts: 133
Joined: 2016/11/20 11:58:45

Subject Alternative Name / SSL certificate

Post by wp.rauchholz » 2017/12/06 14:24:03

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

Post Reply