mirror of
https://github.com/certbot/certbot.git
synced 2026-06-14 19:20:09 -04:00
actually timestamp is an integer, not string
This commit is contained in:
parent
7aceaba6f0
commit
ee2e183834
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ class index:
|
|||
r.failure.cause = r.BadCSR
|
||||
r.failure.affectedrequest = nonce
|
||||
return
|
||||
# if CSR.verify(pubkey(csr), sig) != hmac("chocolate-request-ca-example.com", /%s/%s/%s/%s" % (timestamp, recipient, nonce, csr))):
|
||||
# if CSR.verify(pubkey(csr), sig) != hmac("chocolate-request-ca-example.com", /%d/%s/%s/%s" % (timestamp, recipient, nonce, csr))):
|
||||
# self.killsession()
|
||||
# r.failure.cause = BadSignature
|
||||
# r.failure.affectedrequest = nonce
|
||||
|
|
|
|||
Loading…
Reference in a new issue