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

easyrsa import-req does not work with ovpn_getclient #676

Open gnydick opened 2 years ago

gnydick commented 2 years ago

this fails because there is no ".key" file present in the file system.

I appreciate the effort to provide this, as crafting the config file is a PITA, but it seems pretty irresponsible that the only way provided to generate a config file is insecure. the private keys for end-users shouldn't be stored on the CA.

are there any plans on supporting a non-existent key or should I just patch it myself?