opensslコマンドにて整合性を確認することが可能
秘密鍵の内容を確認
# openssl rsa -text -noout -in [秘密鍵]
# openssl rsa -text -noout -in [秘密鍵]
CSRの内容を確認
# openssl req -text -noout -in [CSR]
# openssl req -text -noout -in [CSR]
証明書の内容を確認
# openssl x509 -text -noout -in [証明書]
# openssl x509 -text -noout -in [証明書]
# openssl s_client -connect mail.digihide.local:465
0 件のコメント:
コメントを投稿