Add a tool for pretty-printing certificates.
Examples: # Fetches the certificate chain for www.google.com and pretty prints it ./print_certificates.py www.google.com # Pretty prints all the certificates contained in certs.pem, followed by # the single DER-encoded certificate foo.crt ./print_certificates.py certs.pem foo.crt Change-Id: I3719d1bd3bddc262829f4e6afd7309a205f15c4b Reviewed-on: https://chromium-review.googlesource.com/585570Reviewed-by:Matt Mueller <mattm@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#491090}
Showing
Please register or sign in to comment