Print all certificates in a bundle: Difference between revisions
From VVCWiki
Jump to navigationJump to search
(Created page with " <nowiki>openssl crl2pkcs7 -nocrl -certfile bundle.crt | openssl pkcs7 -print_certs -text -noout</nowiki>") |
No edit summary |
||
Line 1: | Line 1: | ||
<pre> | |||
< | openssl crl2pkcs7 -nocrl -certfile bundle.crt | openssl pkcs7 -print_certs -text -noout | ||
</pre> |
Latest revision as of 12:21, 12 May 2016
openssl crl2pkcs7 -nocrl -certfile bundle.crt | openssl pkcs7 -print_certs -text -noout