Sha256: cc3c4b91b978d4e34a79439786b13c6a49c23841430ba588d9c7d2187fc82459

Contents?: true

Size: 573 Bytes

Versions: 1

Compression:

Stored size: 573 Bytes

Contents

---
certificate_authorities:
  test_ca:
    ca_cert:
      cert: spec/fixtures/test_ca.cer
      key: spec/fixtures/test_ca.key
    profiles:
      server:
        basic_constraints:
          :ca: false
        key_usage:
          :value:
          - digitalSignature
          - keyEncipherment
        extended_key_usage:
          :value:
          - serverAuth
        crl_distribution_points:
          :value:
          - :type: URI
            :value: http://crl.domain.com/test_ca.crl
        default_md: SHA1
        allowed_mds:
        - SHA1
        - SHA256

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
r509-ca-http-0.3.2 spec/fixtures/test_config.yaml