playground/web-doc/openssl.md

6 lines
182 B
Markdown
Raw Permalink Normal View History

2023-10-14 10:52:55 +00:00
# OpenSSL Cheatsheet
## Certificate Viewing
- openssl x509 -in cert.pem -noout -text
- openssl crl2pkcs7 -nocrl -certfile chained-cert.pem | openssl pkcs7 -print_certs -noout -text