mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
hexdigest lower()
This commit is contained in:
@@ -345,7 +345,7 @@ class TLSSNI01Response(KeyAuthorizationChallengeResponse):
|
||||
def z(self):
|
||||
"""``z`` value used for verification."""
|
||||
return hashlib.sha256(
|
||||
self.key_authorization.encode("utf-8")).hexdigest().encode()
|
||||
self.key_authorization.encode("utf-8")).hexdigest().lower().encode()
|
||||
|
||||
@property
|
||||
def z_domain(self):
|
||||
|
||||
Reference in New Issue
Block a user