New to using docker and github
I have tried installing this image, and I am getting this error:
OpenVPN config file (ovpn extension) is located at /config/openvpn/ca.toronto.ovpn.com (1).ovpn
cat: /config/openvpn/ca.toronto.ovpn.com: No such file or directory
cat: '(1).ovpn': No such file or directory
Using nordvpn as my vpn.
Not sure if I just have the wrong ovpn file.
Looks like it's trying to open (1).ovpn instead of your file. Try renaming the file to remove the space and number and try again. Remember to update the filename in your config if it's written anywhere.
New to using docker and github I have tried installing this image, and I am getting this error:
OpenVPN config file (ovpn extension) is located at /config/openvpn/ca.toronto.ovpn.com (1).ovpn cat: /config/openvpn/ca.toronto.ovpn.com: No such file or directory cat: '(1).ovpn': No such file or directory
Using nordvpn as my vpn. Not sure if I just have the wrong ovpn file.