Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Shepherd <zjs@users.noreply.github.com>2017-06-06 05:06:35 +0300
committerBrad Warren <bmw@users.noreply.github.com>2017-06-06 05:06:35 +0300
commita926d42bd6f3f922928eb11ad5dbcab2f6f9f7af (patch)
treed82fe66bd324373b93a68639db97f8fee33879c5 /certbot-dns-dnsimple
parent89e63eaf84918852598160e4a0d0175cb134999e (diff)
Use certificate instead of cert in DNS plugin descriptions (#4784)
Diffstat (limited to 'certbot-dns-dnsimple')
-rw-r--r--certbot-dns-dnsimple/certbot_dns_dnsimple/dns_dnsimple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-dns-dnsimple/certbot_dns_dnsimple/dns_dnsimple.py b/certbot-dns-dnsimple/certbot_dns_dnsimple/dns_dnsimple.py
index f489f889a..f3a98567e 100644
--- a/certbot-dns-dnsimple/certbot_dns_dnsimple/dns_dnsimple.py
+++ b/certbot-dns-dnsimple/certbot_dns_dnsimple/dns_dnsimple.py
@@ -22,7 +22,7 @@ class Authenticator(dns_common.DNSAuthenticator):
This Authenticator uses the DNSimple v2 API to fulfill a dns-01 challenge.
"""
- description = 'Obtain certs using a DNS TXT record (if you are using DNSimple for DNS).'
+ description = 'Obtain certificates using a DNS TXT record (if you are using DNSimple for DNS).'
ttl = 60
def __init__(self, *args, **kwargs):