openssl s_client コマンドでウェブサーバーの SSL/TLS 対応状況を診断する – ラボラジアン
opensslコマンドで証明書情報を確認したい | GMOグローバルサイン サポート
証明書がちゃんと登録できたか、期限はいつだっけか、をパッと見たいときに opensslコマンドを使う
$ echo | openssl s_client -connect www.google.com:443 | openssl x509 -noout -dates depth=2 C = US, O = Google Trust Services LLC, CN = GTS Root R1 verify return:1 depth=1 C = US, O = Google Trust Services LLC, CN = GTS CA 1C3 verify return:1 depth=0 CN = www.google.com verify return:1 DONE notBefore=Nov 29 03:36:27 2021 GMT notAfter=Feb 21 03:36:26 2022 GMT