X.509 인증서를 관리하기 위한 OpenSSL 명령어. 더 많은 정보: https://www.openssl.org/docs/manmaster/man1/openssl-x509.html.
openssl x509 -in {{파일이름.crt}} -noout -text
openssl x509 -enddate -noout -in {{파일이름.pem}}
openssl x509 -inform {{der}} -outform {{pem}} -in {{원본_인증서_파일}} -out {{변환된_인증서_파일}}
openssl x509 -in {{인증서_파일}} -noout -pubkey -out {{출력_파일}}