- Red Hat Enterprise Linux / CentOS
- Hits: 8273
Generate/sign CSR with subject Alternative Name (SAN) - CentOS7/RHEL7
This article will guide you through generating and signing a CSR and at the same time including SubjectAltName within the request. There is a requirement within all latest browsers that the website cert needs to have a SAN otherwise it complains of error with the certificate.
Let's start with generating a certificate request. Run this one liner command which includes SubjectAltName
Add a comment