使用OpenSSL查看证书过期时间的方法如下(xxx.crt 为需要查看的证书名称):
openssl x509 -in xxx.crt -noout -enddate
输出:notAfter=Nov 8 09:23:22 2030 GMT
如果想查看证书更多信息:
openssl x509 -in xxx.crt -text
使用OpenSSL查看证书过期时间的方法如下(xxx.crt 为需要查看的证书名称):
openssl x509 -in xxx.crt -noout -enddate
输出:notAfter=Nov 8 09:23:22 2030 GMT
如果想查看证书更多信息:
openssl x509 -in xxx.crt -text