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.72k stars 2.39k forks source link

Hardening PKI results in missing ovpn_env.sh #487

Open Coder84619 opened 5 years ago

Coder84619 commented 5 years ago

I'm trying to follow the PKI hardening guide here: https://ruimarinho.github.io/post/configuring-a-secure-openvpn-2-4-server-with-docker/

However, I get the following error when I try and run the container: /usr/local/bin/ovpn_run: line 55: /etc/openvpn/ovpn_env.sh: No such file or directory

I think the problem is the config file didn't copied into the proper volume. But I'm a Docker noob, and not sure how to proceed.

danielandross commented 4 years ago

I have the same problem follwing the guide from this repo's overview page. Building the Docker Image myself for arm.