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
8 weeks 4 days ago
9 weeks 2 days ago
20 weeks 2 days ago
21 weeks 5 days ago
30 weeks 3 days ago
30 weeks 5 days ago
31 weeks 4 days ago
32 weeks 3 days ago
32 weeks 4 days ago
32 weeks 5 days ago