We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
After upgrading my server to Debian12 my ovpn-admin daemon stopped creating new users. Debug shows that easyrsa failed to certify the new certificate.
The quick fix was to add: set_var EASYRSA_BATCH "yes"
into /etc/openvpn/easyrsa/pki/vars
Most probably you could find a better solution like calling easyrsa with "--batch" option
===== Thank you for the great tool!!
The text was updated successfully, but these errors were encountered:
I solved it by add the shell script named "easyrsa", and renaming easyrsa bin file to easyrsa2
#!/bin/bash ./easyrsa2 --batch $1 $2 $3 1>/dev/null
Sorry, something went wrong.
No branches or pull requests
Hi,
After upgrading my server to Debian12 my ovpn-admin daemon stopped creating new users.
Debug shows that easyrsa failed to certify the new certificate.
The quick fix was to add:
set_var EASYRSA_BATCH "yes"
into /etc/openvpn/easyrsa/pki/vars
Most probably you could find a better solution like calling easyrsa with "--batch" option
=====
Thank you for the great tool!!
The text was updated successfully, but these errors were encountered: