forked from External/ergo
Revert "never set the certfp lookup key before verification"
This reverts commit a120cc2443.
This commit is contained in:
parent
01e1a01fa2
commit
eb630b7657
1 changed files with 3 additions and 0 deletions
|
|
@ -378,6 +378,9 @@ func (am *AccountManager) Register(client *Client, account string, callbackNames
|
|||
tx.Set(registeredTimeKey, registeredTimeStr, setOptions)
|
||||
tx.Set(credentialsKey, credStr, setOptions)
|
||||
tx.Set(callbackKey, callbackSpec, setOptions)
|
||||
if certfp != "" {
|
||||
tx.Set(certFPKey, casefoldedAccount, setOptions)
|
||||
}
|
||||
return nil
|
||||
})
|
||||
}()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue