Skip to content

Instantly share code, notes, and snippets.

@jashsu
Created December 15, 2013 21:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jashsu/7978665 to your computer and use it in GitHub Desktop.
Save jashsu/7978665 to your computer and use it in GitHub Desktop.
{
"Type":"UnencryptedConfiguration",
"NetworkConfigurations":[
{
"GUID":"{%GUID_A%}",
"Name":"%NAME%",
"Type":"VPN",
"VPN":{
"Type":"OpenVPN",
"Host":"%HOSTNAME%",
"OpenVPN":{
"Cipher":"%CIPHER%",
"ClientCertRef":"{%GUID_B%}",
"ClientCertType":"Ref",
"CompLZO":"true",
"NsCertType":"server",
"Port":%PORT%,
"Proto":"udp",
"ServerCARef":"{%GUID_C%}",
"Verb":"3",
}
}
}
],
"Certificates":[
{
"GUID":"{%GUID_C%}",
"Type":"Authority",
"X509":"%ARMORED_ASCII_CA_CERT%"
},
{
"GUID":"{%GUID_B%}",
"Type":"Client",
"PKCS12":"%BASE_64_CLIENT_PKCS12%"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment