Skip to content

Commit 2be6674

Browse files
authored
v1.6.0 (#212)
* 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.
1 parent e4051e0 commit 2be6674

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+728
-119
lines changed

cmd/helpers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ func getCurrentTime(f string) string {
181181

182182
func informDebug(debugFlag bool) {
183183
debugModeEnabled := checkDebug(debugFlag)
184+
zerolog.SetGlobalLevel(zerolog.Disabled)
184185
if debugModeEnabled {
185186
//zerolog.SetGlobalLevel(zerolog.InfoLevel)
186187
zerolog.SetGlobalLevel(zerolog.DebugLevel)

0 commit comments

Comments
 (0)