証明書ファイルの内容確認
1 |
# openssl x509 -text -noout -in [FilePath] |
秘密鍵ファイルの内容を確認
1 |
# openssl rsa -text -noout -in [FilePath] |
CSRファイルの内容を確認
1 |
# openssl req -text -noout -in [FilePath] |
Reference