gists/openssl.md

8 lines
77 B
Markdown
Raw Permalink Normal View History

2023-04-09 12:47:12 +00:00
# openssl
## Show CRL content
```
openssl crl -in crl.pem -text -noout
```