boulder/test/cfssl-config.json

61 lines
1.3 KiB
JSON

{
"auth_keys": {
"ee": {
"type": "standard",
"key": "79999d86250c367a2b517a1ae7d409c1"
},
"ocsp": {
"type": "standard",
"key": "492bd5ad51b572429fb0a831473f4d09"
}
},
"signing": {
"profiles": {
"ee": {
"usages": [
"digital signature",
"key encipherment",
"server auth",
"client auth"
],
"backdate": "1h",
"is_ca": false,
"issuer_urls": [
"http://int-x1.letsencrypt.org/cert"
],
"ocsp_url": "http://int-x1.letsencrypt.org/ocsp",
"crl_url": "http://int-x1.letsencrypt.org/crl",
"policies": [
"1.3.6.1.4.1.44947.1.1.1",
"2.23.140.1.2.1"
],
"expiry": "8760h",
"auth_key": "ee",
"CSRWhitelist": {
"PublicKeyAlgorithm": true,
"PublicKey": true,
"SignatureAlgorithm": true
},
"UseSerialSeq": true
},
"ocsp": {
"usages": [
"digital signature",
"ocsp signing"
],
"is_ca": false,
"expiry": "8760h",
"auth_key": "ocsp",
"ocsp_no_check": true
}
},
"default": {
"usages": [
"digital signature"
],
"expiry": "8760h",
"auth_key": "ee"
}
}
}