playground/web-doc/openssl.md
2023-10-14 19:52:55 +09:00

182 B

OpenSSL Cheatsheet

Certificate Viewing

  • openssl x509 -in cert.pem -noout -text
  • openssl crl2pkcs7 -nocrl -certfile chained-cert.pem | openssl pkcs7 -print_certs -noout -text