Sha256: c235b73f47afbeedeeef1481a8318db09fe4281a3f44d56e5ea205dee66aa9d9

Contents?: true

Size: 699 Bytes

Versions: 1

Compression:

Stored size: 699 Bytes

Contents

certificate_authorities: {
    test_ca: {
        ca_cert: {
            cert: "test_ca.cer",
            key: "test_ca.key"
        },
        cdp_location: 'URI: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],
                certificate_policies: [ [ "policyIdentifier=2.16.840.1.9999999999.1.2.3.4.1", "CPS.1=http://example.com/cps"] ]
            }
        }
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

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