るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. pop enable_ssl
  2. pop use_ssl?
  3. pop disable_ssl
  4. pop3 use_ssl?
  5. pop3 disable_ssl

検索結果

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

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

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


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

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