-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
easyrsa build-client-full: /etc/openvpn/pki/openssl-easyrsa.cnf: No such file or directory #496
Comments
Hello! First thanks for this image which has worked flawlessly until now!. I have the same problem using latest master... Unable to create new client certs or revoke certs. As I have aarch64 architecture that isn't built on docker hub, I'm unable to build a functioning image now... Must be an update of Easyrsa that's causing the problem. |
Regenerating all pki certificates (with ovpn_initpki) solved it for me. The problem seems to come from easyrsa update from 3.0.5 to 3.0.6 which broke compatibility with previously generated certificates (see OpenVPN/easy-rsa#259) |
Just for information, https://github.com/JenswBE/wolverine/commit/59a6cb6aa226e3c40a3c3a56a841dc83e322d037 change to use the old image |
I fell into this issue and found workaround. The good point is that I didn't need to downgrade to version 2.4. First thing first, you need to log in to the VPN container. 2 workarounds are
You should be able to add/remove client now. |
hi @kylemanna,
After your last docker image build (trigger by this unrelated commit on the Readme file) the
easyrsa build-client-full
command does not work anymore:Sticking to kylemanna/openvpn:2.4 did it for us
cc: @krezreb
The text was updated successfully, but these errors were encountered: