-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_kme1.json
89 lines (89 loc) · 1.73 KB
/
config_kme1.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"this_kme": {
"id": 1,
"nickname": "Alice",
"sqlite_db_path": ":memory:",
"key_directory_to_watch": "raw_keys/kme-1-1",
"saes_https_interface": {
"listen_address": "0.0.0.0:13000",
"ca_client_cert_path": "certs/zone1/CA-zone1.crt",
"server_cert_path": "certs/zone1/kme1.crt",
"server_key_path": "certs/zone1/kme1.key"
},
"debugging_http_interface": "0.0.0.0:18080",
"kmes_https_interface": {
"listen_address": "0.0.0.0:13001",
"ca_client_cert_path": "certs/inter_kmes/root-ca-kme1.crt",
"server_cert_path": "certs/zone1/kme1.crt",
"server_key_path": "certs/zone1/kme1.key"
}
},
"other_kmes": [
{
"id": 2,
"key_directory_to_watch": "raw_keys/kme-1-2",
"inter_kme_bind_address": "127.0.0.1:14001",
"ignore_system_proxy_settings": true,
"https_client_authentication_certificate": "certs/inter_kmes/client-kme1-to-kme2.pfx",
"https_client_authentication_certificate_password": ""
}
],
"saes": [
{
"id": 1,
"kme_id": 1,
"https_client_certificate_serial": [
112,
244,
79,
86,
12,
63,
39,
212,
178,
17,
164,
120,
19,
175,
208,
60,
3,
129,
59,
142
]
},
{
"id": 2,
"kme_id": 1,
"https_client_certificate_serial": [
112,
244,
79,
86,
12,
63,
39,
212,
178,
17,
164,
120,
19,
175,
208,
60,
3,
129,
59,
146
]
},
{
"id": 3,
"kme_id": 2
}
]
}