12件ヒット
[1-12件を表示]
(0.008秒)
ライブラリ
- openssl (12)
検索結果
先頭1件
-
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") # => "."...