Sha256: 0ebbe28bd76b90989c9c277b3d71dc38b3e8f01a9ece167a8558fd8c3d3eab2e

Contents?: true

Size: 545 Bytes

Versions: 2

Compression:

Stored size: 545 Bytes

Contents

---
certificate_authorities:
  test_ca:
    ca_cert:
      cert: test_ca.cer
      key: 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

2 entries across 2 versions & 1 rubygems

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