ssl证书到期时间查询方法
1.在浏览器上直接查看2.由于我服务端是搭建在 Centos 上,所以用 xshell 或者 putty 工具登录后,进入证书目录,使用 openssl 命令进行查看:# cd /usr/local/nginx/conf/certs# openssl x509 -in xxxx.crt -noout -dates上面改成你自己证书的所在目录,证书名称也改成你自己服务端上证书...