리눅스 SSL 인증서 만료일 알아보기
페이지 정보
작성자
본문
[root@CentOS ~]# openssl x509 -in /app/apache/conf/server.crt -noout -dates
notBefore=May 27 10:02:01 2015 GMT
notAfter=May 27 10:02:01 2017 GMT
[root@CentOS ~]#
[root@CentOS ~]# openssl x509 -in /app/apache/conf/server.crt -noout -enddate
notAfter=May 27 10:02:01 2017 GMT
notBefore=May 27 10:02:01 2015 GMT
notAfter=May 27 10:02:01 2017 GMT
[root@CentOS ~]#
[root@CentOS ~]# openssl x509 -in /app/apache/conf/server.crt -noout -enddate
notAfter=May 27 10:02:01 2017 GMT
댓글목록
등록된 댓글이 없습니다.