OLD | NEW |
| (Empty) |
1 { | |
2 "GUID": "{84391467-dd8b-4c66-9b52-860583038351}", | |
3 "Name": "TestOpenVPN", | |
4 "ProxySettings": { | |
5 "Type": "Direct" | |
6 }, | |
7 "Type": "VPN", | |
8 "VPN": { | |
9 "Host": "terminus.muc", | |
10 "OpenVPN": { | |
11 "ClientCertPattern": { | |
12 "EnrollmentURI": [ "my.enrollment.url" ], | |
13 "IssuerCARef": [ | |
14 "def", | |
15 "abc" | |
16 ], | |
17 "Subject": { | |
18 "CommonName": "common_name", | |
19 "Locality": "locality", | |
20 "Organization": "organization", | |
21 "OrganizationalUnit": "unit" | |
22 } | |
23 }, | |
24 "ClientCertType": "Pattern", | |
25 "Password": "********", | |
26 "Port": 1234, | |
27 "Proto": "udp", | |
28 "Recommended": [ "Username", "Password" ], | |
29 "SaveCredentials": true, | |
30 "ServerCARef": "{126ea985-9ece-4250-8a32-6badf52a99e5}", | |
31 "Username": "hans" | |
32 }, | |
33 "Type": "OpenVPN" | |
34 } | |
35 } | |
OLD | NEW |