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

6 lines
182 B
Markdown

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