forked from adamlaska/boulder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrocsp-tool.json
More file actions
47 lines (47 loc) · 1.24 KB
/
rocsp-tool.json
File metadata and controls
47 lines (47 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"rocspTool": {
"loadFromDB": {
"db": {
"dbConnectFile": "test/secrets/ocsp_updater_dburl",
"maxOpenConns": 10
},
"speed": {
"rowsPerSecond": 2000,
"parallelSigns": 100,
"scanBatchSize": 10000
},
"gRPCTLS": {
"caCertFile": "test/grpc-creds/minica.pem",
"certFile": "test/grpc-creds/ocsp-updater.boulder/cert.pem",
"keyFile": "test/grpc-creds/ocsp-updater.boulder/key.pem"
},
"ocspGeneratorService": {
"serverAddress": "ca.boulder:9096",
"timeout": "0.5s"
}
},
"redis": {
"username": "ocsp-updater",
"passwordFile": "test/secrets/rocsp_tool_password",
"addrs": [
"10.33.33.7:4218"
],
"timeout": "5s",
"tls": {
"caCertFile": "test/redis-tls/minica.pem",
"certFile": "test/redis-tls/boulder/cert.pem",
"keyFile": "test/redis-tls/boulder/key.pem"
}
},
"issuers": {
".hierarchy/intermediate-cert-ecdsa-a.pem": 1,
".hierarchy/intermediate-cert-ecdsa-b.pem": 2,
".hierarchy/intermediate-cert-rsa-a.pem": 3,
".hierarchy/intermediate-cert-rsa-b.pem": 4
}
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
}
}