るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.008秒)
トップページ > クエリ:sections[x] > 種類:クラス[x]

別のキーワード

  1. config sections
  2. openssl sections
  3. context sections
  4. rdoc/context sections
  5. sections openssl

ライブラリ

検索結果

OpenSSL::Config (7.0)

OpenSSL の設定ファイルを表すクラスです。

...ォルトの設定ファイルを読み込む例
require 'openssl'
conf = OpenSSL::Config.load(OpenSSL::Config::DEFAULT_CONFIG_FILE)
p conf.sections # => ["req_distinguished_name", "req_attributes", "proxy_cert_ext", "policy_anything", "CA_default", ...]
p conf.get_value("", "HOME") # => "."...