리눅스 SSL 인증서 만료일 알아보기
페이지 정보
작성자 오원장쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 4,237회 작성일 17-05-02 14:42본문
[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
댓글목록
등록된 댓글이 없습니다.