OLD | NEW |
(Empty) | |
| 1 { "GUID": "guid", |
| 2 "Type": "VPN", |
| 3 "Name": "MyL2TPVPN", |
| 4 "VPN": { |
| 5 "Type": "L2TP-IPsec", |
| 6 "Host": "some.host.org", |
| 7 "IPsec": { |
| 8 "AuthenticationType": "Cert", |
| 9 "ClientCertType": "Pattern", |
| 10 "ClientCertPattern": { |
| 11 "EnrollmentURI": [ "my.enrollment.url" ], |
| 12 "IssuerCARef": [ |
| 13 "def", |
| 14 "abc" |
| 15 ], |
| 16 "Issuer": { |
| 17 "CommonName": "common_name", |
| 18 "Locality": "locality", |
| 19 "Organization": "organization", |
| 20 "OrganizationalUnit": "unit" |
| 21 } |
| 22 }, |
| 23 "IKEVersion": 1, |
| 24 "SaveCredentials": true |
| 25 }, |
| 26 "L2TP": { |
| 27 "Username": "some username", |
| 28 "Password": "some password" |
| 29 } |
| 30 } |
| 31 } |
OLD | NEW |