openvpn client on owrt without .ovpn

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
lm2lm2
OpenVpn Newbie
Posts: 1
Joined: Mon Dec 11, 2023 11:57 am

openvpn client on owrt without .ovpn

Post by lm2lm2 » Mon Dec 11, 2023 12:02 pm

hello

im trying to connect my router openwrt as a openvpn client, without .ovpn file
unfortunately, i get :
daemon.warn openvpn(custom_config)[775]: Cannot load private key file /etc/openvpn/key: error:0906D06C:lib(9):func(109):reason(108): error:140B0009:lib(20):func(176):reason(9)


my provider is proton, i have as follow :
cacert.pem certificate from proton
key as the id/password, on two lines, of credentials for vpn
this :
(ca)
-----BEGIN CERTIFICATE-----
XXX..
-----END CERTIFICATE-----

and this :
<tls-crypt>
-----BEGIN OpenVPN Static key V1-----
-----END OpenVPN Static key V1-----

but it's failing on :
daemon.warn openvpn(custom_config)[775]: Cannot load private key file /etc/openvpn/key: error:0906D06C:lib(9):func(109):reason(108): error:140B0009:lib(20):func(176):reason(9)
how could i solve it?
thank you vm!

Post Reply