るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.110秒)
トップページ > バージョン:2.3.0[x] > クエリ:l[x] > クエリ:SSL[x] > クエリ:Extension[x] > クエリ:config=[x]

別のキーワード

  1. pop3 use_ssl?
  2. pop3 enable_ssl
  3. pop enable_ssl
  4. pop use_ssl?
  5. net/pop enable_ssl

ライブラリ

検索結果

OpenSSL::X509::ExtensionFactory#config=(config) (81319.0)

自身にコンフィグファイルオブジェクトを設定します。

自身にコンフィグファイルオブジェクトを設定します。


require 'openssl'
factory.config = OpenSSL::Config.load(OpenSSL::Config::DEFAULT_CONFIG_FILE)

@param config 設定ファイル(OpenSSL::Config オブジェクト)