るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.162秒)

別のキーワード

  1. openssl cert
  2. webrick/https client_cert
  3. webrick/https server_cert
  4. http cert_store
  5. http cert_store=

ライブラリ

検索結果

Net::HTTP#cert_store -> OpenSSL::X509::Store | nil (54643.0)

接続相手の証明書の検証のために使う、信頼している CA 証明書を 含む証明書ストアを返します。

接続相手の証明書の検証のために使う、信頼している CA 証明書を
含む証明書ストアを返します。

@see Net::HTTP#cert_store, OpenSSL::SSL::SSLContext#cert_store=

OpenSSL::SSL::SSLContext#cert_store -> OpenSSL::X509::Store | nil (54625.0)

接続相手の証明書の検証のために使う、信頼している CA 証明書を 含む証明書ストアを返します。

接続相手の証明書の検証のために使う、信頼している CA 証明書を
含む証明書ストアを返します。

デフォルトは nil です。

@see OpenSSL::SSL::SSLContext#cert_store=