blob: d2d9aa646d98b8b61058dce5b60d6beec9bea48b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
This is the ssl.crl/ directory of Apache/mod_ssl where
PEM-encoded X.509 Certificate Revocation Lists (CRL) for SSL are stored.
Per default this directory contains no CRLs.
You can view the ingredients of a particular CRL file in plain text
by running the command:
$ openssl crl -noout -text -in <name>.crl
|