Just a shameless copy of this post for my own records. Thanks Paul!
openssl crl -inform PEM -text -noout -in mycrl.crl
As to the -inform
, PEM
is for text data, or DER
for binary data.
Just a shameless copy of this post for my own records. Thanks Paul!
openssl crl -inform PEM -text -noout -in mycrl.crl
As to the -inform
, PEM
is for text data, or DER
for binary data.
security export -k /System/Library/Keychains/SystemRootCertificates.keychain -t certs -p
Useful for plain Unix/OpenSSL tools.