るりまサーチ (Ruby 2.6.0)

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

別のキーワード

  1. openssl x509
  2. x509 v_ok
  3. x509 trust_ocsp_sign
  4. x509 trust_compat
  5. x509 trust_email

検索結果

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

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

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


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

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