Ipad / iPhone openvpn client tamplate

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
piotrek04
OpenVpn Newbie
Posts: 2
Joined: Sat Mar 03, 2012 2:27 pm

Ipad / iPhone openvpn client tamplate

Post by piotrek04 » Fri Aug 23, 2013 3:14 pm

Can anyone one post a template for the IOS client.ovpn so i can enter my own ca, cert and key for the server configuration below and than email it to my self?
-------------------------------------------------------------------------
client
dev tap
proto udp
remote xxx.xxx.xxx.xxx 1194
resolv-retry infinite
nobind
persist-key
persist-tap
ca ca.crt
cert client99.crt
key client99.key
ns-cert-type server
cipher AES-128-CBC
comp-lzo
verb

Post Reply