CRL Command
CRL Command
Used to verify a CRL file given a CA. Or to convert a CRL from one format [DER | PEM] to the other. The command will also print out the CRL to stdout if -out is not specified and -noout is not used. Prints out "OK" on successful verification.
- [-CAfile]
- [-inform] pem or der in format
- [-in] the file to read from
- [-outform] pem or der out format
- [-out] output file to write to
- [-noout] do not print output if set
Example:
wolfssl crl -CAfile ./certs/ca-cert.pem -in ./certs/crl.der -inform DER -noout