mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:58:08 +02:00
Fix typo of fulfill in dns_rfc2136 plugin (#8886)
This commit is contained in:
@@ -27,7 +27,7 @@ DEFAULT_NETWORK_TIMEOUT = 45
|
||||
class Authenticator(dns_common.DNSAuthenticator):
|
||||
"""DNS Authenticator using RFC 2136 Dynamic Updates
|
||||
|
||||
This Authenticator uses RFC 2136 Dynamic Updates to fulfull a dns-01 challenge.
|
||||
This Authenticator uses RFC 2136 Dynamic Updates to fulfill a dns-01 challenge.
|
||||
"""
|
||||
|
||||
ALGORITHMS = {
|
||||
|
||||
Reference in New Issue
Block a user