- SSL 인증서 만료일 확인
1 방법[ | ]
- 명령어
Bash
Copy
echo '' | openssl s_client -connect 도메인:443 | openssl x509 -noout -dates
- 실행예시
Console
Copy
[root@zetawiki ~]# echo '' | openssl s_client -connect google.com:443 | openssl x509 -noout -dates
depth=3 /C=US/O=Equifax/OU=Equifax Secure Certificate Authority
verify return:1
depth=2 /C=US/O=GeoTrust Inc./CN=GeoTrust Global CA
verify return:1
depth=1 /C=US/O=Google Inc/CN=Google Internet Authority G2
verify return:1
depth=0 /C=US/ST=California/L=Mountain View/O=Google Inc/CN=*.google.com
verify return:1
DONE
notBefore=Oct 9 10:36:10 2013 GMT
notAfter=Oct 9 10:36:10 2014 GMT
- → 2014-10-09 10:36
2 같이 보기[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.