gists/openssl.md
2023-04-09 14:47:12 +02:00

8 lines
77 B
Markdown

# openssl
## Show CRL content
```
openssl crl -in crl.pem -text -noout
```