查看域名https证书到期时间

微笑、不失礼 提交于 2020-03-20 18:40:03

1.通过域名获取:

echo | openssl s_client -servername 域名 -connect 域名:443 2>/dev/null | openssl x509 -noout -dates

Not Before: Jun 16 11:31:29 2015 GMT(起)
Not After : Jun 17 02:38:48 2018 GMT(止)

 

2.通过证书获取

openssl x509 -in dingkai.crt(证书文件名,不是key) -noout -text

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!