Skip to content

Commit

Permalink
Merge branch 'revert-da3c249' of ssh://github.com/TinCanTech/easy-rsa…
Browse files Browse the repository at this point in the history
… into TinCanTech-revert-da3c249

Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jan 24, 2025
2 parents f3b9527 + c7030dd commit 0173471
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Easy-RSA 3 ChangeLog

3.2.2 (TBD)

* Revert da3c249: Do not remove index.txt.attr (a236b97) (#1287)
* Windows: Remove mktemp binary and text files (135f642) (#1285)
* op-test.sh: Disable download ossl3 and shellcheck binaries (473c43b) (#1284)
* Forbid self-signed certificate from being expired/renewed/revoked (ab45ae7) (#1274)
Expand Down
6 changes: 0 additions & 6 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -986,12 +986,6 @@ cleanup() {
print; cat "$easyrsa_err_log"; print
fi

# Remove redundant file: index.txt.attr
if [ -f "$EASYRSA_PKI"/index.txt.attr ]; then
rm -f "$EASYRSA_PKI"/index.txt.attr
verbose "cleanup: DELETED $EASYRSA_PKI/index.txt.attr"
fi

# undo changes BEFORE delete temp-dir
# Remove files when build_full()->sign_req() is interrupted
[ "$error_build_full_cleanup" ] && \
Expand Down

0 comments on commit 0173471

Please sign in to comment.