forked from TrueCloudLab/certificates
Fix typo
This commit is contained in:
parent
9787728fbd
commit
2336936b5c
1 changed files with 1 additions and 1 deletions
|
@ -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 ***"
|
||||
|
||||
|
|
Loading…
Reference in a new issue