SSL 증명서 설정 확인


* IP로 확인할 때 유효기간에 대해서는 아래의 커맨드로 확인
$ echo /dev/null | openssl s_client -connect {IP}:443 2>/dev/null | openssl x509 -text | head -10
Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number:
            {}
    Signature Algorithm: sha256WithRSAEncryption
        Issuer: {발급자}
        Validity
            Not Before: Oct 21 09:00:05 2019 GMT
            Not After : Nov 14 14:59:59 2020 GMT
위에서 「Not After」 가 유효기간 --- * 증명서 파일로 확인할 때 ``` openssl x509 -in "{증명서}" -checkend 1 ```
되돌아가기 수정