1. Display Certificate
-
# List only first certificate. openssl x509 -in cert.pem -text # List all certificates. openssl crl2pkcs7 -nocrl -certfile cert.pem | openssl pkcs7 -noout -print_certs -text
# List only first certificate.
openssl x509 -in cert.pem -text
# List all certificates.
openssl crl2pkcs7 -nocrl -certfile cert.pem | openssl pkcs7 -noout -print_certs -text