Revoking OpenVPN keys
by Jason.nix from LinuxQuestions.org on (#6JD2F)
Hello,
I want to use the ./revoke-full "Client_Name"command to revoke a key:
1- Suppose I have two clients with the same name (Jason). I have generated the keys for one and not for the other. Now I revoke Jason's keys and generate new keys again with Jason's name. Because new keys with the same name are generated, can the previous Jason connect to the server?
2- Is the following command enough to refresh the CRL lifetime?
Code:./easyrsa gen-crlThank you.
I want to use the ./revoke-full "Client_Name"command to revoke a key:
1- Suppose I have two clients with the same name (Jason). I have generated the keys for one and not for the other. Now I revoke Jason's keys and generate new keys again with Jason's name. Because new keys with the same name are generated, can the previous Jason connect to the server?
2- Is the following command enough to refresh the CRL lifetime?
Code:./easyrsa gen-crlThank you.