This commit is contained in:
Herman Slatman 2021-04-16 15:49:33 +02:00 committed by max furman
parent fa100a5138
commit 4168449935

View file

@ -75,7 +75,7 @@ func (s *SCEP) Init(config Config) (err error) {
return err
}
// Mask the actual challenge value, so it won't be marshalled
// Mask the actual challenge value, so it won't be marshaled
s.secretChallengePassword = s.ChallengePassword
s.ChallengePassword = "*** redacted ***"