|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||||
2019年10月19日(土) 旧暦 [n年日記] [更新:"2019/10/20 13:49:03"]#1 [security] How to check the Validity of certificate
This is the example of port 993 (imaps) for imap4.example.com server
to check the expiring date of the cert.pem (etc)
% openssl x509 -text -noout -in <(openssl s_client -connect imap4.example.com:993 ) | grep -A3 Validity depth=2 O = Digital Signature Trust Co., CN = DST Root CA X3 verify return:1 depth=1 C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3 verify return:1 depth=0 CN = imap4.example.com verify return:1 Validity Not Before: Oct 9 12:42:44 2019 GMT Not After : Jan 7 12:42:44 2020 GMT Subject: CN = imap4.example.com ( つっこみ )
|
最近の日記 2024年07月03日 ・kicad oddity 2024年05月08日 ・comparison on ./buildsh tools 2024年05月06日 ・py-setuptools (python 3.11.9) ・make release took 1 hours and 10 min ・qemu invocation for 10.99.10 2024年05月05日 ・Windows 10 version ・serial connection ・bc bench 2024年05月04日 ・Trial on 10.99.10 ・another version (later trial) to succeed | ||