mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
Use certificate instead of cert in DNS plugin descriptions (#4784)
This commit is contained in:
committed by
Brad Warren
parent
89e63eaf84
commit
a926d42bd6
@@ -25,7 +25,8 @@ class Authenticator(dns_common.DNSAuthenticator):
|
||||
This Authenticator uses the Google Cloud DNS API to fulfill a dns-01 challenge.
|
||||
"""
|
||||
|
||||
description = 'Obtain certs using a DNS TXT record (if you are using Google Cloud DNS for DNS).'
|
||||
description = ('Obtain certificates using a DNS TXT record (if you are using Google Cloud DNS '
|
||||
'for DNS).')
|
||||
ttl = 60
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user