Skip to content

Instantly share code, notes, and snippets.

@Elijah-glitch
Forked from dboyd13/example-onc.file
Last active February 9, 2021 13:20
Show Gist options
  • Save Elijah-glitch/cfb80b6245042a5c89efb83074734368 to your computer and use it in GitHub Desktop.
Save Elijah-glitch/cfb80b6245042a5c89efb83074734368 to your computer and use it in GitHub Desktop.
{
"Type":"UnencryptedConfiguration",
"Certificates": [ {
"GUID": "{1c0f8799-7a9e-4c52-911b-a940fdad1101}",
"Type": "Authority",
"X509": "<CA_CERT>"
} ],
"NetworkConfigurations": [ {
"GUID": "{1c0f8799-7a9e-4c52-911b-a940fdad1101}",
"Name": "<VPN>",
"Type": "VPN",
"VPN": {open
"Type": "OpenVPN",
"Host": "<HOST
"OpenVPN": {
"ServerCARef": "{1c0f8799-7a9e-4c52-911b-a940fdad1101}",
"AuthRetry": "interact",
"ClientCertType": "Pattern",
"ClientCertPattern": {
"IssuerCARef": [ "{1c0f8799-7a9e-4c52-911b-a940fdad1101}" ]
},
"CompLZO": "true",
"Port": 443,
"Proto": "tcp",
"RemoteCertTLS":"server",
"RemoteCertEKU": "TLS Web Server Authentication",
"SaveCredentials": false,
"ServerPollTimeout": 10,
"Username": "<nix>",
"KeyDirection":"1",
"TLSAuthContents":"<TLS_AUTH_KEY>"
}
}
} ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment