728x90
반응형
1. openssl 연결
openssl s_client -connect google.com:443 |tee certlog
2. "QUIT" 입력하여 종료
3. 인증서정보 저장
openssl x509 -inform PEM -in certlog -text -out ca.crt
4. 인증서 확인
openssl x509 -inform PEM -text -in ca.crt
ca.crt
0.00MB
반응형
댓글