Get Common Name Certificate Background
Get Common Name Certificate Background. Common name technically represented as commonname field in x.509 certificate specification. Is there a way that i can extract the common name (cn) from the certificate from the command line?
I have a ssl crt file in pem format.
Common name technically represented as commonname field in x.509 certificate specification. For example, www.cyberciti.biz or cyberciti.biz or *.cyberciti.biz is cn for this website. Otherwise, the (most specific) common name field in the subject field of the certificate must be used. Is there a way that i can extract the common name (cn) from the certificate from the command line?