Skip to content

JKS-Support ( all JKS test in full_test.go)

Jeff Lombardo requested to merge jflombardo/vaultbot:master into feature-jks
  • change on options.go: change verbose to a simple bool
  • added additional log in End to End testing (3 tests, might be good to know where it fails)
  • corrected a if from my JKS extension in main.go which was the real reason of the end to end testing failing
  • correction of uneccessary PEM Decoding (thanks @msvechla )
  • correction on log for HasChanged tests
  • correction of case insensitivity for HasChanged function in CertHelper.go
Edited by Jeff Lombardo

Merge request reports