mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 08:03:44 +02:00
remove PoP and RC achalls
This commit is contained in:
@@ -59,15 +59,3 @@ class DNS(AnnotatedChallenge):
|
|||||||
"""Client annotated "dns" ACME challenge."""
|
"""Client annotated "dns" ACME challenge."""
|
||||||
__slots__ = ('challb', 'domain')
|
__slots__ = ('challb', 'domain')
|
||||||
acme_type = challenges.DNS
|
acme_type = challenges.DNS
|
||||||
|
|
||||||
|
|
||||||
class RecoveryContact(AnnotatedChallenge):
|
|
||||||
"""Client annotated "recoveryContact" ACME challenge."""
|
|
||||||
__slots__ = ('challb', 'domain')
|
|
||||||
acme_type = challenges.RecoveryContact
|
|
||||||
|
|
||||||
|
|
||||||
class ProofOfPossession(AnnotatedChallenge):
|
|
||||||
"""Client annotated "proofOfPossession" ACME challenge."""
|
|
||||||
__slots__ = ('challb', 'domain')
|
|
||||||
acme_type = challenges.ProofOfPossession
|
|
||||||
|
|||||||
Reference in New Issue
Block a user