阿里云99元服务器,新老用户均可买,99元/年续费到2027年,396元4年,多配置特价...
SSL证书如何查询到期时间?SSL证书有效期一般为一年,如何查询SSL证书的到期时间,SSL证书到期后浏览器会阻止访问,新手站长网分享SSL证书到期时间查询方法:
SSL证书到期时间查询方法
查询SSL证书到期时间很简单,可以通过过浏览器查看,也可以在云服务器端使用openssl来查询,详细如下:文章源自新手站长-https://xinshouzhanzhang.com/ssldaoqishijian.html
通过浏览器查询网站SSL证书到期时间
新手站长网分享一个最简单的方法,就是打开网站,点击浏览器地址栏的HTTPS锁,即可查询证书到期时间,如下图所示:
如上图所示,新手站长网的SSL证书到期时间2020年4月7日,马上要过期了。文章源自新手站长-https://xinshouzhanzhang.com/ssldaoqishijian.html
使用openssl查询证书到期时间
命令:ssh root@服务器ip地址文章源自新手站长-https://xinshouzhanzhang.com/ssldaoqishijian.html
命令:cd /usr/ssl/cert
可能SSL证书保存路径会不同,进入自己的证书文件目录文章源自新手站长-https://xinshouzhanzhang.com/ssldaoqishijian.html
命令:openssl x509 -in 证书名.crt -noout -dates
文章源自新手站长-https://xinshouzhanzhang.com/ssldaoqishijian.html
如果是pem证书,执行下方命令:
openssl x509 -in fullchain.pem -noout -dates
文章源自新手站长-https://xinshouzhanzhang.com/ssldaoqishijian.html
示例:文章源自新手站长-https://xinshouzhanzhang.com/ssldaoqishijian.html
[root@xinshouzhanzhang home]# cd /usr/ssl/cert [root@xinshouzhanzhang cert]# openssl x509 -in xinshouzhanzhang.com.crt -noout -dates notBefore=Apr 6 00:00:00 2019 GMT notAfter=Apr 7 12:00:00 2020 GMT文章源自新手站长-https://xinshouzhanzhang.com/ssldaoqishijian.html文章源自新手站长-https://xinshouzhanzhang.com/ssldaoqishijian.html
【阿里云99元服务器】入口2核2G3M带宽、新老用户同享、99元/年续费到2027年
2023阿里云优惠活动:xinshouzhanzhang.com/go/aliyun
注意:以上特价轻量服务器限制条件为“产品首单特惠”,如果你的腾讯云账号已经是老用户,建议重新注册一个腾讯云账号,如果你是新用户符合条件,那么无脑入,确实值得。