i have openvpn installed on my pi and want to run it as a client on my VPN server.
i created the Pi.crt, Pi.key and Pi.opvn file and put them in /etc/openvpn/
i renamed the Pi.opvn to client.conf and try to run it by openvpn /etc/openvpn/client.conf
it picks up the conf file and attempts to run it but i get
warning no server certificate verification method has been enabled
The same setup works phone on my laptop and android phone so I don't know why it gets that warning message?
i also get
cant load certificate file Pi.crt
Yet its in the same folder as the conf file? what have i done wrong? I don't have access to the Pi atm so can't troubleshoot any more than this at the current time, does anyone have any pointers on where to start looking?
Client.conf looks like this
client
dev tun
proto tcp
remote ***myipaddress** 1194
nobind
persist-key
persist-tun
verb 4
float
ca ca.crt
cert Pi.crt
key Pi.key
comp-lzo yes
tun-mtu 1500
auth SHA256
cipher AES-128-CBC