Page 1 of 1

OpenVPN Connect for iOS with inline PKCS12 Support

Posted: Fri Jul 11, 2014 10:30 am
by emtie
Dear OpenVPN Team,

I have tried to copy a client.ovpn to an iOS 7.12 Device (iPad Air). The ovpn File is like:

#OpenVPN Client conf
tls-client
client
nobind
dev tun
proto udp
tun-mtu 1400
remote a.b.c 1194
cipher AES-256-CBC
auth SHA512
comp-lzo
verb 3
ns-cert-type server
tls-remote a.b.c
<tls-auth>
...
</tls-auth>
<pkcs12>
...
</pkcs12>

My Problem is that the app recognizes the profile as "external certificate profile" although the certificates are included in the ovpn file. With windows these kind of inline certificates do work but not with the app. Is it possible to include these funtioninality in the iOS app?? Inline certificates with <ca></ca> <cert></cert> <key></key> do already work but <pkcs12> does not.

thank you emtie