From b92ecc211b637802730dd9b33f5ab853fbc8c2dd Mon Sep 17 00:00:00 2001 From: giomba Date: Sun, 9 Apr 2023 14:47:12 +0200 Subject: [PATCH] Add openssl --- openssl.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 openssl.md diff --git a/openssl.md b/openssl.md new file mode 100644 index 0000000..8a2a428 --- /dev/null +++ b/openssl.md @@ -0,0 +1,7 @@ +# openssl + +## Show CRL content +``` +openssl crl -in crl.pem -text -noout +``` +