To setup a wildcard certificate, use "*.yourdomain.com" as the Common Name when you generate the certificate signing request (CSR).
If you want to same certificate to work on "yourdomain.com" (without the subdomain), then add
subjectAltName=${ENV::SAN}
in the [ usr_crt ] section of your openssl.cnf file, and set the environment variable
export SAN='DNS:yourdomain.com'
before running the openssl commands to create the CSR.
Recent comments
2 weeks 5 days ago
3 weeks 6 days ago
7 weeks 4 days ago
32 weeks 4 days ago
33 weeks 3 days ago
44 weeks 3 days ago
45 weeks 5 days ago
1 year 2 weeks ago
1 year 2 weeks ago
1 year 3 weeks ago