You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
worked around by downloading it directly from github
For the time being, downloading is the correct solution.
Includes: Easy-RSA version 3.2.0and3.2.1
The rational is: easyrsav3.1.7 carries around a lot of old code, including the status reports you mentioned, certificate renewal and the upgrade procedure:
Status reports are still a work in progress; while they work, they are cumbersome. Development can continue without disturbing easyrsa code.
Commandrenew has been replaced by better code. The renew command did not work properly; it would drop some certificate attributes during renewal and the work required to make renew work correctly is an unnecessary maintenance burden. Now, if a certificate is expiring/expired, it can be replaced with a new certificate with all the same attributes as the original, via sign-req command.
Upgrading the CA/PKI is now considered to be obsoleted. The code was removed.
easyrsav3.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.
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
The text was updated successfully, but these errors were encountered: