Add openssl

This commit is contained in:
giomba 2023-04-09 14:47:12 +02:00
parent 9b6850a16c
commit b92ecc211b
1 changed files with 7 additions and 0 deletions

7
openssl.md Normal file
View File

@ -0,0 +1,7 @@
# openssl
## Show CRL content
```
openssl crl -in crl.pem -text -noout
```