mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
no PoP or RC in auth_handler
This commit is contained in:
@@ -320,12 +320,6 @@ def challb_to_achall(challb, account_key, domain):
|
||||
challb=challb, domain=domain, account_key=account_key)
|
||||
elif isinstance(chall, challenges.DNS):
|
||||
return achallenges.DNS(challb=challb, domain=domain)
|
||||
elif isinstance(chall, challenges.RecoveryContact):
|
||||
return achallenges.RecoveryContact(
|
||||
challb=challb, domain=domain)
|
||||
elif isinstance(chall, challenges.ProofOfPossession):
|
||||
return achallenges.ProofOfPossession(
|
||||
challb=challb, domain=domain)
|
||||
else:
|
||||
raise errors.Error(
|
||||
"Received unsupported challenge of type: %s", chall.typ)
|
||||
|
||||
Reference in New Issue
Block a user