-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings-tn2.json
69 lines (69 loc) · 2 KB
/
settings-tn2.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
65
66
67
68
69
{
"id": "tn-2-a2b1",
"server_cert_file": "certs/tn-2-a2b1.crt",
"server_key_file": "certs/tn-2-a2b1.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-2-a2b1.crt",
"sae_key": "certs/tn-2-a2b1.key",
"distance": 1
},
{
"url": "https://localhost:8020",
"kme_id": "ndk-kme-b1",
"linked_to": "ndk-kme-a1",
"kme_cert": "certs/kme-b1.crt",
"sae_cert": "certs/tn-2-a2b1.crt",
"sae_key": "certs/tn-2-a2b1.key",
"distance": 0
},
{
"url": "https://localhost:8030",
"kme_id": "ndk-kme-a2",
"linked_to": "ndk-kme-b2",
"kme_cert": "certs/kme-a2.crt",
"sae_cert": "certs/tn-2-a2b1.crt",
"sae_key": "certs/tn-2-a2b1.key",
"distance": 0
},
{
"url": "https://localhost:8040",
"kme_id": "ndk-kme-b2",
"linked_to": "ndk-kme-a2",
"kme_cert": "certs/kme-b2.crt",
"sae_cert": "certs/tn-2-a2b1.crt",
"sae_key": "certs/tn-2-a2b1.key",
"distance": 1
}
],
"attached_saes": [
{
"sae_id": "sae-c",
"sae_cert": "certs/sae-b.crt"
}
],
"attached_trusted_nodes": [
{
"url": "https://localhost:9000",
"id": "tn-1-a2b2",
"cert": "certs/tn-2-a2b1.crt",
"key": "certs/tn-2-a2b1.key"
},
{
"url": "https://localhost:9020",
"id": "tn-3-a1b3",
"cert": "certs/tn-2-a2b1.crt",
"key": "certs/tn-2-a2b1.key"
}
]
}