Sha256: 8ea5311dab79c7e79a8e1f9ba18ebf520c35c895b776ac65398f396e27afa612

Contents?: true

Size: 498 Bytes

Versions: 3

Compression:

Stored size: 498 Bytes

Contents

certificate_authorities: {
  test_ca: {
    ca_cert: {
      cert: "test_ca.cer",
      key: "test_ca.key"
    },
    cdp_location: ['http://crl.domain.com/test_ca.crl'],
    message_digest: 'SHA1', #SHA1, SHA256, SHA512 supported. MD5 too, but you really shouldn't use that unless you have a good reason
    profiles: {
      server: {
        basic_constraints: { "ca" : false },
        key_usage: [digitalSignature,keyEncipherment],
        extended_key_usage: [serverAuth]
      }
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
r509-ca-http-0.2.2 spec/fixtures/test_config.yaml
r509-ca-http-0.2.1 spec/fixtures/test_config.yaml
r509-ca-http-0.2 spec/fixtures/test_config.yaml