
I have a problem that is half resolved by importing an openvpn configuration for the vpn that ends on a qnap ts 212, which generates the ca.cert certificate and the ovpn ocnfiguration file. from pc I managed with several attempts to create a single file, the amount on openvpn and I can connect, despite some errors encountered during the authentication phase, but I can connect, the problem arises when I try to import it on my iphone. credenzili required and remains blocked without tunneling.


I need the single ovpn wires as you may well know, otherwise importing the ovpn file on iphone
openvpn crashes saying that the cert file is missing. , requesting the ca.crt file
Thank you very much!
orginal example from qnap:
Code: Select all
client
dev tun2001
script-security 3
proto udp
explicit-exit-notify 1
remote myaddress 1194
resolv-retry infinite
nobind
ca ca.crt
auth-user-pass
reneg-sec 0
cipher AES-256-CBC
tls-cipher TLS-SRP-SHA-RSA-WITH-3DES-EDE-CBC-SHA:TLS-DHE-RSA-WITH-AES-128-CBC-SHA:TLS-DHE-RSA-WITH-AES-256-CBC-SHA
comp-lzo
<ca>
-----BEGIN CERTIFICATE-----
.........
.........
.........
-----END CERTIFICATE-----
</ca>