blob: d90338a1e8f7b2800a52a241d7e9777377218de7 [file] [log] [blame]
{ "GUID": "123",
"Type": "VPN",
"Name": "testopenvpn",
"StaticIPConfig": {
"Type": "IPv4",
"IPAddress": "127.0.0.1",
"RoutingPrefix": 32
},
"VPN": {
"Host": "policys host",
"Recommended": ["Host"],
"Type": "OpenVPN",
"OpenVPN": {
"Port": 1194,
"Username": "policy user",
"Recommended": [ "Username", "Password" ],
"ClientCertType": "Pattern",
"ClientCertPattern": {
"IssuerCARef": [ "openvpn-test-ca" ],
"Recommended": [ "EnrollmentURI", "IssuerCARef" ]
},
"ServerCARefs": ["ref1", "ref2"]
},
"IPsec": {
"AuthenticationType": "PSK",
"PSK": "sharedkey",
"IKEVersion": 1
}
}
}