-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings-tn4.json
45 lines (45 loc) · 1.23 KB
/
settings-tn4.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
{
"id": "tn-4-a3b3",
"server_cert_file": "certs/tn-4-a3b3.crt",
"server_key_file": "certs/tn-4-a3b3.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:8050",
"kme_id": "ndk-kme-a3",
"linked_to": "ndk-kme-b3",
"kme_cert": "certs/kme-a3.crt",
"sae_cert": "certs/tn-4-a3b3.crt",
"sae_key": "certs/tn-4-a3b3.key",
"distance": 0
},
{
"url": "https://localhost:8060",
"kme_id": "ndk-kme-b3",
"linked_to": "ndk-kme-a3",
"kme_cert": "certs/kme-b3.crt",
"sae_cert": "certs/tn-4-a3b3.crt",
"sae_key": "certs/tn-4-a3b3.key",
"distance": 1
}
],
"attached_saes": [
{
"sae_id": "sae-b",
"sae_cert": "certs/sae-b.crt"
}
],
"attached_trusted_nodes": [
{
"url": "https://localhost:9020",
"id": "tn-3-a1b3",
"cert": "certs/tn-4-a3b3.crt",
"key": "certs/tn-4-a3b3.key"
}
]
}