SSL証明書周りの中身の表示

SSL証明書

openssl x509 -text -noout -in example.crt

秘密鍵

openssl rsa -text -noout -in example.key

CSR

openssl req -text -noout -in example.csr