added openssl.md
This commit is contained in:
parent
45edd344b8
commit
7ca3ca34d1
5
web-doc/openssl.md
Normal file
5
web-doc/openssl.md
Normal 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
|
Loading…
Reference in New Issue
Block a user