Skip to content

Commit

Permalink
v1.6.0 (#212)
Browse files Browse the repository at this point in the history
* feat(inv): add sub command `rfpkcs12fix` to `stores inventory`. This subcli will "fix" stores of type `RFPKCS12` that contain more than 1 certificate chain by removing all chains, except for the most recently issued leaf cert.
  • Loading branch information
spbsoluble authored Oct 23, 2024
1 parent e4051e0 commit 2be6674
Show file tree
Hide file tree
Showing 60 changed files with 728 additions and 119 deletions.
1 change: 1 addition & 0 deletions cmd/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ func getCurrentTime(f string) string {

func informDebug(debugFlag bool) {
debugModeEnabled := checkDebug(debugFlag)
zerolog.SetGlobalLevel(zerolog.Disabled)
if debugModeEnabled {
//zerolog.SetGlobalLevel(zerolog.InfoLevel)
zerolog.SetGlobalLevel(zerolog.DebugLevel)
Expand Down
Loading

0 comments on commit 2be6674

Please sign in to comment.