使用OpenSSL工具,執行如下命令即可看到證書的有效起止時間:
openssl x509 -in <證書請求文件> -noout -dates
# openssl x509 -in /etc/leencrypt/live/app.xxx.com/fhain.pem -noout -dates notBefore=May 22 00:00:00 2017 GMT notAfter=May 21 23:59:59 2020 GMT
使用OpenSSL工具,執行如下命令即可看到證書的有效起止時間:
openssl x509 -in <證書請求文件> -noout -dates
# openssl x509 -in /etc/leencrypt/live/app.xxx.com/fhain.pem -noout -dates notBefore=May 22 00:00:00 2017 GMT notAfter=May 21 23:59:59 2020 GMT
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。