From 7ca3ca34d1b84b86df06feb67aa47cbdce0cdbe7 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sat, 14 Oct 2023 19:52:55 +0900 Subject: [PATCH] added openssl.md --- web-doc/openssl.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 web-doc/openssl.md diff --git a/web-doc/openssl.md b/web-doc/openssl.md new file mode 100644 index 0000000..79c6f8b --- /dev/null +++ b/web-doc/openssl.md @@ -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