added openssl.md

This commit is contained in:
hyung-hwan 2023-10-14 19:52:55 +09:00
parent 45edd344b8
commit 7ca3ca34d1

5
web-doc/openssl.md Normal file
View File

@ -0,0 +1,5 @@
# OpenSSL Cheatsheet
## Certificate Viewing
- openssl x509 -in cert.pem -noout -text
- openssl crl2pkcs7 -nocrl -certfile chained-cert.pem | openssl pkcs7 -print_certs -noout -text