-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revoke: Make check for conflicting files less intrusive
Ref: commit 38bf2d8 In order to avoid accidentally revoking an issued certificate, when an expired or renewed certificate is intended, guard command 'revoke' by checking for certificates of the same file-name in the 'expired' or 'renewed/issued' directories, first. Move the check to the revoke() function. Also, pass the target directory as the first argument to the revoke() function, instead of setting a variable in the command selection phase. Signed-off-by: Richard T Bonhomme <[email protected]>
- Loading branch information
1 parent
c7a0d16
commit 0196300
Showing
1 changed file
with
35 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters