unbounded joy or the musings of a sysadmin.
Sometimes you need to extract a certificate from a website.
openssl s_client -connect site:443 2>/dev/null </dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p'
Post a Comment
No comments:
Post a Comment