Forum Discussion
SSL cert alias
- Jun 29, 2016
Which one are you looking for - the second common name (SAN), or alias of the certificate? To see the Subject Alternative Name(s) (SAN), you can use openssl and grep for DNS. Alternatively, just import the certificate to BigIP and open the certificate object in GUI
(System > File Management > SSL Certificate List)
OpenSSL
Cert SAN:
Cert Alias:openssl x509 -noout -text -in /path-to-cert-file.pem | grep DNS
openssl x509 -noout -alias -in /path-to-cert-file.pem
Which one are you looking for - the second common name (SAN), or alias of the certificate? To see the Subject Alternative Name(s) (SAN), you can use openssl and grep for DNS. Alternatively, just import the certificate to BigIP and open the certificate object in GUI
(System > File Management > SSL Certificate List)
OpenSSL
Cert SAN:
openssl x509 -noout -text -in /path-to-cert-file.pem | grep DNS
Cert Alias: openssl x509 -noout -alias -in /path-to-cert-file.pem
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com