Skip to content

Commit

Permalink
Merge branch 'TinCanTech-bug-revoke-source-dir'
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jul 25, 2024
2 parents f0b22c4 + ff504b7 commit 6204742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.1 (TBD)

* bug-fix: revoke: Pass the correct certificate location (24d5514)
* vars.example: Add flags for auto-SAN and X509 critical attribute (a41dfcc)
* Global option --eku-crit: Mark X509 extendedKeyUsage as critical (ca09211)
* sign-req: Add critical and pathlen details to confirmation (deae705) (#1182)
Expand Down
4 changes: 2 additions & 2 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -3171,7 +3171,7 @@ issued certificate:${NL}
# Revoking an issued cert forces req/key to be moved
move_req_and_key=1
;;
expired|renewed)
expired|renewed/issued)
# Revoke-expired/renewed cert means req/key can remain
move_req_and_key=
;;
Expand Down Expand Up @@ -5861,7 +5861,7 @@ case "$cmd" in
;;
revoke-renewed)
verify_working_env
cert_dir=renewed
cert_dir=renewed/issued
revoke "$@"
;;
renew)
Expand Down

0 comments on commit 6204742

Please sign in to comment.