-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
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
Revoke command missing on easy-rsa 3.0 #331
Comments
Hi @jasonsattler, thanks for reporting this. Are you able to provide a PR with a fix or an acceptance test for this? |
I will work on a fix |
I reopen this issue because PR #338 is opened. |
This was referenced Dec 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected Puppet, Ruby, OS and module versions/distributions
What are you seeing
easy-rsa change the way they revoke.
They no longer have
./revoke-full
It is now
./easyrsa revoke
When I do it manually it will ask you to confirm that you want to delete by typing
yes
.Then I had to create a new
/etc/openvpn/<server>/crl.pem
by running./easyrsa gen-crl
Then restart the openvpn server
The text was updated successfully, but these errors were encountered: