OpenVPN / easy-rsa

easy-rsa - Simple shell based CA utility
Other
4k stars 1.19k forks source link

revoke: Pass the correct certificate location to revoke function #1191

Closed TinCanTech closed 1 month ago

TinCanTech commented 1 month ago

Certificates moved to the 'pki/expired' directory do not require mirroring the PKI directory structure, one directory is adequate.

Certificates moved to the 'pki/renewed' directory do require mirroring the PKI directory structure. This is inherited bahavior.

Set the correct mirrrored directory for target certificates in the 'renewed' directory structure.