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

ovpn_getclient separated not being generated #639

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello.

I'm trying to generate the .ovpn file and the ca certificate separated for my Synology NAS. However, after putting the command "docker run -v vpn-datavolume:/etc/openvpn --rm -it kylemanna/openvpn ovpn_getclient username separated" it generates the ca certificate and a blank .ovpn file.

The standard combined mode works great for other devices.