OpenVPN / easy-rsa

easy-rsa - Simple shell based CA utility
Other
3.96k stars 1.18k forks source link

Command `revoke` must not move key and request files #1172

Closed TinCanTech closed 3 weeks ago

TinCanTech commented 1 month ago

In order to sign the same request again, as-in renew, revoke must leave the CSR in place.

If the key exists then it must remain for use with PKCS commands.

There is no reason to move the cert-by-serial duplicate certificate. #1177

However, there is the possibility for a new command revoke-full, which would move ALL the old files out of the way. Then build-*-full can be used.

There is also a need for some confirmation messages, to help navigate these troublesome procedures.


Instead,