File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Easy-RSA 3 ChangeLog
22
333.2.2 (TBD)
44
5+ * Upgrade easyrsa-tools.lib to version 322 - As of command renew-ca
56 * easyrsa-tools.lib: Introduce new command 'renew-ca' (ba32b0d) (#1255)
67 * easyrsa-tools.lib: show-expire, allow --days to be zero (a1033a5) (#1254)
78 * Command 'help': Ignore EASYRSA_SILENT (8804d6b) (#1249)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if [ -z "$EASYRSA_TOOLS_CALLER" ]; then
1717fi
1818
1919# Set tools version
20- export EASYRSA_TOOLS_VERSION=321
20+ export EASYRSA_TOOLS_VERSION=322
2121
2222# Verify OpenVPN binary
2323verify_openvpn () {
Original file line number Diff line number Diff line change @@ -5492,7 +5492,7 @@ source_easyrsa_tools_lib() {
54925492 verbose "EASYRSA_TOOLS_VERSION: $EASYRSA_TOOLS_VERSION"
54935493
54945494 # Verify tools version
5495- if [ "$EASYRSA_TOOLS_VERSION" -lt 321 ]; then
5495+ if [ "$EASYRSA_TOOLS_VERSION" -lt 322 ]; then
54965496 tools_error_txt="\
54975497EasyRSA Tools version is out of date:
54985498* EASYRSA_TOOLS_VERSION: $EASYRSA_TOOLS_VERSION"
You can’t perform that action at this time.
0 commit comments