種類
- インスタンスメソッド (108)
- クラス (96)
- 定数 (12)
クラス
検索結果
-
RSS
:: Maker :: RSS20 :: Channel :: SkipDays :: Day (3000.0) -
-
OpenSSL
:: Config (6.0) -
OpenSSL の設定ファイルを表すクラスです。
...enssl'
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") # => "."
p conf.get_value("CA_default", "default_days") # => "365"...