SSL証明書 秘密鍵(private-key)と証明書(certificate)がペアとなっている確認
SSL証明書のprivate-key(rsa)とcertificateのペアが正しいことを検証する。
証明書を購入した後、チェックする用。
diff \
<(openssl rsa -noout -modulus -in server.key) \
<(openssl x509 -noout -modulus -in server.crt)
差異が無ければ一致している。
Author And Source
この問題について(SSL証明書 秘密鍵(private-key)と証明書(certificate)がペアとなっている確認), 我々は、より多くの情報をここで見つけました https://qiita.com/magnet-ii/items/86204801d5f87e2da2fb著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .