This commit is contained in:
Herman Slatman 2021-04-16 15:49:33 +02:00
parent 9787728fbd
commit 2336936b5c
No known key found for this signature in database
GPG key ID: F4D8A44EA0A75A4F

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 ***"