Sha256: 835b3a7e42e9fcb85526a63dafde15d09a6a80e4a934b4d2098bef4bea91f6a3

Contents?: true

Size: 581 Bytes

Versions: 3

Compression:

Stored size: 581 Bytes

Contents

---
test_ca_ec:
  ca_cert:
    cert: test_ca_ec.cer
    key: test_ca_ec.key
  crl_validity_hours: 72
  ocsp_validity_hours: 96
  ocsp_start_skew_seconds: 1800
  profiles:
    server:
      basic_constraints:
        :ca: false
      key_usage:
        :value:
        - digitalSignature
        - keyEncipherment
      extended_key_usage:
        :value:
        - serverAuth
    client:
      basic_constraints:
        :ca: false
      key_usage:
        :value:
        - digitalSignature
        - keyEncipherment
      extended_key_usage:
        :value:
        - clientAuth

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
r509-1.0.1 spec/fixtures/config_test_ec.yaml
r509-1.0 spec/fixtures/config_test_ec.yaml
r509-0.10.0 spec/fixtures/config_test_ec.yaml