forked from adamlaska/boulder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwfe2.json
More file actions
79 lines (78 loc) · 2.05 KB
/
wfe2.json
File metadata and controls
79 lines (78 loc) · 2.05 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"wfe": {
"listenAddress": "0.0.0.0:4001",
"TLSListenAddress": "0.0.0.0:4431",
"serverCertificatePath": "test/wfe-tls/boulder/cert.pem",
"serverKeyPath": "test/wfe-tls/boulder/key.pem",
"allowOrigins": ["*"],
"shutdownStopTimeout": "10s",
"subscriberAgreementURL": "https://boulder:4431/terms/v7",
"debugAddr": ":8013",
"directoryCAAIdentity": "happy-hacker-ca.invalid",
"directoryWebsite": "https://github.com/letsencrypt/boulder",
"legacyKeyIDPrefix": "http://boulder:4000/reg/",
"goodkey": {
"blockedKeyFile": "test/example-blocked-keys.yaml"
},
"tls": {
"caCertFile": "test/grpc-creds/minica.pem",
"certFile": "test/grpc-creds/wfe.boulder/cert.pem",
"keyFile": "test/grpc-creds/wfe.boulder/key.pem"
},
"raService": {
"serverAddress": "ra.boulder:9094",
"timeout": "15s"
},
"saService": {
"serverAddress": "sa.boulder:9095",
"timeout": "15s"
},
"getNonceService": {
"serverAddress": "nonce.boulder:9101",
"timeout": "15s"
},
"redeemNonceServices": {
"taro": {
"serverAddress": "nonce1.boulder:9101",
"timeout": "15s"
},
"zinc": {
"serverAddress": "nonce2.boulder:9101",
"timeout": "15s"
}
},
"chains": [
[
"/hierarchy/intermediate-cert-rsa-a.pem",
"/hierarchy/root-cert-rsa.pem"
],
[
"/hierarchy/intermediate-cert-rsa-b.pem",
"/hierarchy/root-cert-rsa.pem"
],
[
"/hierarchy/intermediate-cert-ecdsa-a.pem",
"/hierarchy/root-cert-ecdsa.pem"
],
[
"/hierarchy/intermediate-cert-ecdsa-b.pem",
"/hierarchy/root-cert-ecdsa.pem"
]
],
"staleTimeout": "5m",
"authorizationLifetimeDays": 30,
"pendingAuthorizationLifetimeDays": 7,
"features": {
"PrecertificateRevocation": true,
"StripDefaultSchemePort": true
}
},
"syslog": {
"stdoutlevel": 4,
"sysloglevel": 6
},
"beeline": {
"mute": true,
"dataset": "Test"
}
}