mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
Edit certs -> certificates in user-facing text. (#8541)
* Edit certs -> certificates in user-facing text. To reduce confusion, we should consistently use the full term. * Edit certs->certificates in more user-facing text. * fix failing lint (line too long) * fix typo Co-authored-by: Jacob Hoffman-Andrews <github@hoffman-andrews.com> Co-authored-by: Alex Zorin <alex@zorin.id.au>
This commit is contained in:
co-authored by
Alex Zorin
parent
a7c3c0b90c
commit
18faf4f7ab
@@ -24,7 +24,7 @@ class Authenticator(dns_common.DNSAuthenticator):
|
||||
This Authenticator uses the Linode API to fulfill a dns-01 challenge.
|
||||
"""
|
||||
|
||||
description = 'Obtain certs using a DNS TXT record (if you are using Linode for DNS).'
|
||||
description = 'Obtain certificates using a DNS TXT record (if you are using Linode for DNS).'
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(Authenticator, self).__init__(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user