112 lines
2.5 KiB
JSON
112 lines
2.5 KiB
JSON
{
|
|
"ra": {
|
|
"rateLimitPoliciesFilename": "test/rate-limit-policies.yml",
|
|
"maxContactsPerRegistration": 3,
|
|
"debugAddr": ":8002",
|
|
"hostnamePolicyFile": "test/hostname-policy.yaml",
|
|
"maxNames": 100,
|
|
"reuseValidAuthz": true,
|
|
"authorizationLifetimeDays": 30,
|
|
"pendingAuthorizationLifetimeDays": 7,
|
|
"goodkey": {
|
|
"weakKeyFile": "test/example-weak-keys.json",
|
|
"blockedKeyFile": "test/example-blocked-keys.yaml",
|
|
"fermatRounds": 100
|
|
},
|
|
"orderLifetime": "168h",
|
|
"issuerCerts": [
|
|
"/hierarchy/intermediate-cert-rsa-a.pem",
|
|
"/hierarchy/intermediate-cert-rsa-b.pem",
|
|
"/hierarchy/intermediate-cert-ecdsa-a.pem"
|
|
],
|
|
"tls": {
|
|
"caCertFile": "test/grpc-creds/minica.pem",
|
|
"certFile": "test/grpc-creds/ra.boulder/cert.pem",
|
|
"keyFile": "test/grpc-creds/ra.boulder/key.pem"
|
|
},
|
|
"vaService": {
|
|
"serverAddress": "va.boulder:9092",
|
|
"timeout": "20s"
|
|
},
|
|
"caService": {
|
|
"serverAddress": "ca.boulder:9093",
|
|
"timeout": "15s"
|
|
},
|
|
"publisherService": {
|
|
"serverAddress": "publisher.boulder:9091",
|
|
"timeout": "300s"
|
|
},
|
|
"saService": {
|
|
"serverIPAddresses": [
|
|
"10.77.77.77:9095",
|
|
"10.88.88.88:9095"
|
|
],
|
|
"timeout": "15s"
|
|
},
|
|
"akamaiPurgerService": {
|
|
"serverAddress": "akamai-purger.boulder:9099",
|
|
"timeout": "15s"
|
|
},
|
|
"grpc": {
|
|
"maxConnectionAge": "30s",
|
|
"address": ":9094",
|
|
"clientNames": [
|
|
"admin-revoker.boulder",
|
|
"bad-key-revoker.boulder",
|
|
"health-checker.boulder",
|
|
"ocsp-responder.boulder",
|
|
"wfe.boulder"
|
|
]
|
|
},
|
|
"features": {
|
|
"StoreRevokerInfo": true,
|
|
"RestrictRSAKeySizes": true,
|
|
"StreamlineOrderAndAuthzs": true,
|
|
"AllowReRevocation": true,
|
|
"MozRevocationReasons": true,
|
|
"RejectDuplicateCSRExtensions": true
|
|
},
|
|
"ctLogs": {
|
|
"stagger": "500ms",
|
|
"logListFile": "test/ct-test-srv/log_list.json",
|
|
"sctLogs": [
|
|
"A1 Current",
|
|
"A1 Future",
|
|
"A2 Past",
|
|
"A2 Current",
|
|
"B1",
|
|
"B2",
|
|
"C1",
|
|
"D1",
|
|
"E1"
|
|
],
|
|
"infoLogs": [
|
|
"F1"
|
|
],
|
|
"finalLogs": [
|
|
"A1 Current",
|
|
"A1 Future",
|
|
"C1",
|
|
"F1"
|
|
]
|
|
}
|
|
},
|
|
|
|
"pa": {
|
|
"challenges": {
|
|
"http-01": true,
|
|
"dns-01": true,
|
|
"tls-alpn-01": true
|
|
}
|
|
},
|
|
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": 6
|
|
},
|
|
"beeline": {
|
|
"mute": true,
|
|
"dataset": "Test"
|
|
}
|
|
}
|