OLD | NEW |
1 { | 1 { |
2 "managed-network-repaired": { | 2 "managed-network-repaired": { |
3 "Recommended": [], | 3 "Recommended": [], |
4 "GUID": "guid", | 4 "GUID": "guid", |
5 "Type": "Ethernet", | 5 "Type": "Ethernet", |
6 "Name": "name", | 6 "Name": "name", |
7 "Ethernet": { | 7 "Ethernet": { |
8 "Authentication": "None" | 8 "Authentication": "None" |
9 } | 9 } |
10 }, | 10 }, |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 "toplevel-server-and-ca-cert-dropped": { | 254 "toplevel-server-and-ca-cert-dropped": { |
255 "Type": "UnencryptedConfiguration", | 255 "Type": "UnencryptedConfiguration", |
256 "Certificates": | 256 "Certificates": |
257 [ { "GUID": "3", | 257 [ { "GUID": "3", |
258 "PKCS12": "abc" , | 258 "PKCS12": "abc" , |
259 "Type": "Client" } ] | 259 "Type": "Client" } ] |
260 }, | 260 }, |
261 "toplevel-with-server-and-ca-cert": { | 261 "toplevel-with-server-and-ca-cert": { |
262 "Type": "UnencryptedConfiguration", | 262 "Type": "UnencryptedConfiguration", |
263 "Certificates": | 263 "Certificates": |
264 [ { "Trust": ["Web"], | 264 [ { "TrustBits": ["Web"], |
265 "GUID": "1", | 265 "GUID": "1", |
266 "Type": "Authority", | 266 "Type": "Authority", |
267 "X509": "abc" }, | 267 "X509": "abc" }, |
268 { "GUID": "2", | 268 { "GUID": "2", |
269 "Type": "Server", | 269 "Type": "Server", |
270 "X509": "abc" }, | 270 "X509": "abc" }, |
271 { "GUID": "3", | 271 { "GUID": "3", |
272 "PKCS12": "abc" , | 272 "PKCS12": "abc" , |
273 "Type": "Client" } ] | 273 "Type": "Client" } ] |
274 } | 274 } |
275 } | 275 } |
OLD | NEW |