mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
actually timestamp is an integer, not string
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user