Use certificate instead of cert in DNS plugin descriptions (#4784)

This commit is contained in:
Zach Shepherd
2017-06-05 19:06:35 -07:00
committed by Brad Warren
parent 89e63eaf84
commit a926d42bd6
6 changed files with 8 additions and 6 deletions
@@ -22,7 +22,7 @@ class Authenticator(dns_common.DNSAuthenticator):
This Authenticator uses the NS1 API to fulfill a dns-01 challenge.
"""
description = 'Obtain certs using a DNS TXT record (if you are using NS1 for DNS).'
description = 'Obtain certificates using a DNS TXT record (if you are using NS1 for DNS).'
ttl = 60
def __init__(self, *args, **kwargs):