るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

検索結果

OpenSSL::Config#sections -> [String] (21101.0)

オブジェクトに含まれる全てのセクション名の配列を返します。

オブジェクトに含まれる全てのセクション名の配列を返します。

OpenSSL::Config (18024.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.g...