How to add subjectAltName to certificate on the command line using OpenSSL

Use the following command line option to add a subjectAltName field to a certificate request.

example.sh
-addext "subjectAltName=DNS:*.mydomain.com"

 


Check out similar posts by category: Security