6 lines
182 B
Markdown
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
|