forked from adamlaska/boulder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwfe.json
More file actions
54 lines (52 loc) · 1.4 KB
/
wfe.json
File metadata and controls
54 lines (52 loc) · 1.4 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
{
"wfe": {
"listenAddress": "0.0.0.0:4000",
"TLSListenAddress": "0.0.0.0:4430",
"serverCertificatePath": "test/wfe-tls/boulder/cert.pem",
"serverKeyPath": "test/wfe-tls/boulder/key.pem",
"allowOrigins": ["*"],
"shutdownStopTimeout": "10s",
"subscriberAgreementURL": "http://boulder:4000/terms/v1",
"debugAddr": ":8000",
"directoryCAAIdentity": "happy-hacker-ca.invalid",
"directoryWebsite": "https://github.com/letsencrypt/boulder",
"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": "20s"
},
"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"
}
},
"features": {
"StripDefaultSchemePort": true
}
},
"syslog": {
"stdoutlevel": 4,
"sysloglevel": 6
},
"common": {
"issuerCert": "/tmp/intermediate-cert-rsa-a.pem"
}
}