#author("2020-03-09T02:34:48+00:00","default:admin","admin")
#author("2020-05-20T06:54:14+00:00","default:admin","admin")
-[[SSL証明書の確認について調べてみた!⑤:https://www.kurodamon.com/server/ssl_cer_005/]]

-[[WindowsにOpenSSLをインストールして証明書を取り扱う(基本編):https://www.atmarkit.co.jp/ait/articles/1601/29/news043.html]]

*コマンド [#ye50e1ab]
-[[opensslコマンド例文集:http://multix.jp/openssl-command/]]

**SSL証明書の確認 [#k9ff358c]
-SSL証明書の確認
 openssl verify -partial_chain -trusted 【中間証明書】 【サーバ証明書】

-SSL証明書の内容確認
 openssl x509 -text -noout -in [SSL証明書 ex)server.crt]

-秘密鍵ファイルの内容を確認
 openssl rsa -text -noout -in [秘密鍵ファイル]

-CSRファイルの内容を確認
 openssl req -text -noout -in [CSRファイル]

-PFXファイルの確認
 certutil -dump [PFXファイル]
 PFX パスワードの入力:

*エラー [#d944daea]
**X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY [#j8d362f5]
-[[SSL_CTX_load_verify_locations:https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html]]


-[[How to fix X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY Squid error:https://docs.diladele.com/faq/squid/fix_unable_to_get_issuer_cert_locally.html]]
-[[OPENSSL connection to a public server gives X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY:https://stackoverflow.com/questions/24315526/openssl-connection-to-a-public-server-gives-x509-v-err-unable-to-get-issuer-cert]]
-[[ssl - パブリックサーバーへのOPENSSL接続は、X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLYを提供します:https://ja.ojit.com/so/ssl/1101453]]


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS