-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings-tn3.json
64 lines (64 loc) · 1.91 KB
/
settings-tn3.json
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
{
"id": "tn-3-a1b3",
"server_cert_file": "certs/tn-3-a1b3.crt",
"server_key_file": "certs/tn-3-a1b3.key",
"ca_file": "certs/ca.crt",
"min_key_size": 64,
"max_key_size": 1024,
"default_key_size": 128,
"max_key_count": 50,
"max_keys_per_request": 50,
"attached_kmes": [
{
"url": "https://localhost:8010",
"kme_id": "ndk-kme-a1",
"linked_to": "ndk-kme-b1",
"kme_cert": "certs/kme-a1.crt",
"sae_cert": "certs/tn-3-a1b3.crt",
"sae_key": "certs/tn-3-a1b3.key",
"distance": 0
},
{
"url": "https://localhost:8020",
"kme_id": "ndk-kme-b1",
"linked_to": "ndk-kme-a1",
"kme_cert": "certs/kme-b1.crt",
"sae_cert": "certs/tn-3-a1b3.crt",
"sae_key": "certs/tn-3-a1b3.key",
"distance": 1
},
{
"url": "https://localhost:8050",
"kme_id": "ndk-kme-a3",
"linked_to": "ndk-kme-b3",
"kme_cert": "certs/kme-a3.crt",
"sae_cert": "certs/tn-3-a1b3.crt",
"sae_key": "certs/tn-3-a1b3.key",
"distance": 1
},
{
"url": "https://localhost:8060",
"kme_id": "ndk-kme-b3",
"linked_to": "ndk-kme-a3",
"kme_cert": "certs/kme-b3.crt",
"sae_cert": "certs/tn-3-a1b3.crt",
"sae_key": "certs/tn-3-a1b3.key",
"distance": 0
}
],
"attached_saes": [],
"attached_trusted_nodes": [
{
"url": "https://localhost:9010",
"id": "tn-2-a2b1",
"cert": "certs/tn-3-a1b3.crt",
"key": "certs/tn-3-a1b3.key"
},
{
"url": "https://localhost:9030",
"id": "tn-4-a3b3",
"cert": "certs/tn-3-a1b3.crt",
"key": "certs/tn-3-a1b3.key"
}
]
}