# OpenSSL Cheatsheet ## Certificate Viewing - openssl x509 -in cert.pem -noout -text - openssl crl2pkcs7 -nocrl -certfile chained-cert.pem | openssl pkcs7 -print_certs -noout -text