查看域名https证书到期时间

Posted dingkailinux

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查看域名https证书到期时间相关的知识,希望对你有一定的参考价值。

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

 

以上是关于查看域名https证书到期时间的主要内容,如果未能解决你的问题,请参考以下文章

如何检查网站SSL证书有没有到期?

为多个域名添加HTTPS,泛域名(多域名)证书

检测HTTPS证书到期时间

Nginx HTTPS

免费的泛域名证书申请,以及证书格式转换

certbot 域名续期及证书查看