This commit is contained in:
Mathias Petermann 2020-10-23 08:49:53 +02:00
parent 812e1dee92
commit 4464c5890d
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ from lemur.constants import SUCCESS_METRIC_STATUS
from lemur.plugins.lemur_acme.acme_handlers import AcmeDnsHandler
from lemur.dns_providers.service import get_all_dns_providers, set_domains
from lemur.extensions import metrics, sentry
from lemur.plugins.base import plugins
manager = Manager(
usage="Iterates through all DNS providers and sets DNS zones in the database."

View File

@ -244,7 +244,6 @@ class ACMEIssuerPlugin(IssuerPlugin):
return acme_dns_challenge.create_certificate(csr, issuer_options)
@staticmethod
def create_authority(options):
"""