mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Fix typo of fulfill in dns_rfc2136 plugin (#8886)
This commit is contained in:
parent
2ed4e0a17e
commit
78261dbae2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue