boulder/test/config/ra.json

143 lines
3.0 KiB
JSON

{
"ra": {
"rateLimitPoliciesFilename": "test/rate-limit-policies.yml",
"maxContactsPerRegistration": 3,
"debugAddr": ":8002",
"hostnamePolicyFile": "test/hostname-policy.yaml",
"maxNames": 100,
"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": {
"dnsAuthority": "consul.service.consul",
"srvLookup": {
"service": "va",
"domain": "service.consul"
},
"timeout": "20s",
"noWaitForReady": true,
"hostOverride": "va.boulder"
},
"caService": {
"dnsAuthority": "consul.service.consul",
"srvLookup": {
"service": "ca",
"domain": "service.consul"
},
"timeout": "15s",
"noWaitForReady": true,
"hostOverride": "ca.boulder"
},
"ocspService": {
"dnsAuthority": "consul.service.consul",
"srvLookup": {
"service": "ca",
"domain": "service.consul"
},
"timeout": "15s",
"noWaitForReady": true,
"hostOverride": "ca.boulder"
},
"publisherService": {
"dnsAuthority": "consul.service.consul",
"srvLookup": {
"service": "publisher",
"domain": "service.consul"
},
"timeout": "300s",
"noWaitForReady": true,
"hostOverride": "publisher.boulder"
},
"saService": {
"dnsAuthority": "consul.service.consul",
"srvLookup": {
"service": "sa",
"domain": "service.consul"
},
"timeout": "15s",
"noWaitForReady": true,
"hostOverride": "sa.boulder"
},
"akamaiPurgerService": {
"dnsAuthority": "consul.service.consul",
"srvLookup": {
"service": "akamai-purger",
"domain": "service.consul"
},
"timeout": "15s",
"noWaitForReady": true,
"hostOverride": "akamai-purger.boulder"
},
"grpc": {
"maxConnectionAge": "30s",
"address": ":9094",
"services": {
"ra.RegistrationAuthority": {
"clientNames": [
"admin-revoker.boulder",
"bad-key-revoker.boulder",
"ocsp-responder.boulder",
"wfe.boulder"
]
},
"grpc.health.v1.Health": {
"clientNames": [
"health-checker.boulder"
]
}
}
},
"features": {},
"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
}
}