kylemanna / docker-openvpn

🔒 OpenVPN server in a Docker container complete with an EasyRSA PKI CA
https://hub.docker.com/r/kylemanna/openvpn/
MIT License
8.62k stars 2.37k forks source link

/usr/local/bin/ovpn_run: line 55: /etc/openvpn/ovpn_env.sh: No such file or directory #687

Open NinoSkopac opened 2 years ago

NinoSkopac commented 2 years ago

Hi, I'm trying to run this on ECS following this tutorial: https://sgfault.com/2019/03/03/aws-vpn-part-1.html

However, at the last step (screenshoted) I get the error from the title.

Any suggestions?

Screenshot 2022-01-11 at 03 45 02

dvejmz commented 2 years ago

Hi! Looking at that error, it seems OpenVPN is failing to locate the config files it needs to start up. Perhaps they haven't been successfully mounted into the container volume? I'd double check the files are available in the Docker volume and the underlying instance to make sure they're there, and in the expected location.