24件ヒット
[1-24件を表示]
(0.026秒)
検索結果
-
OpenSSL
:: Config # sections -> [String] (21101.0) -
オブジェクトに含まれる全てのセクション名の配列を返します。
オブジェクトに含まれる全てのセクション名の配列を返します。 -
OpenSSL
:: Config (6024.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...