-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig-example.json
More file actions
39 lines (39 loc) · 873 Bytes
/
Copy pathconfig-example.json
File metadata and controls
39 lines (39 loc) · 873 Bytes
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
{
"data_dir": "/tmp/cactus-data",
"log": {
"number": 1,
"shortname": "cactus-test",
"hash": "sha256",
"checkpoint_period_ms": 1000,
"pool_size": 256
},
"ca_cosigner": {
"id": "44363.47.1.99",
"algorithm": "mldsa-44",
"seed_path": "keys/ca-cosigner.seed"
},
"acme": {
"listen": ":14000",
"external_url": "http://localhost:14000",
"challenge_mode": "auto-pass"
},
"monitoring": {
"listen": ":14080",
"external_url": "http://localhost:14080"
},
"metrics": {
"listen": "127.0.0.1:14090"
},
"landmarks": {
"time_between_landmarks_ms": 3600000,
"max_cert_lifetime_ms": 604800000
},
"ca_cosigner_quorum": {
"mirrors": [],
"min_signatures": 1,
"request_timeout_ms": 2000,
"best_effort_after_minimum": true,
"mirror_retry_deadline_ms": 5000
},
"log_level": "info"
}