IK.AM

@making's tech note


特定のサイトのサーバー証明書をPEM形式でダウンロードするメモ

🗃 {Dev/Infrastructure}
🏷 TLS 🏷 openssl 
🗓 Updated at 2019-02-14T01:34:57Z  🗓 Created at 2019-01-05T07:55:58Z   🌎 English Page

メモ

openssl s_client -showcerts -connect $HOSTNAME:$PORT </dev/null 2>/dev/null | openssl x509 -outform PEM

✒️️ Edit  ⏰ History  🗑 Delete