OpenVPN / easy-rsa

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

`dev/easyrsa-tools.lib` missing in release build #1144

Open freddebacker opened 1 month ago

freddebacker commented 1 month ago

Hi,

dev/easyrsa-tools.lib seems to be missing in the release file. I downloaded EasyRSA-3.2.0.tgz and command ./easyrsa show-expire does not work complaining missing file.

I worked around by downloading it directly from github.

Fred

TinCanTech commented 1 month ago

worked around by downloading it directly from github

For the time being, downloading is the correct solution.

The rational is: easyrsa v3.1.7 carries around a lot of old code, including the status reports you mentioned, certificate renewal and the upgrade procedure:

easyrsa v3.2.0 is the start of a new version, that will not be overly burdened by old code.

This does not effect the core functionality of Easy-RSA; Building a secure Public Key Infrastructure.