Fix ACME revoke_certificate

This commit is contained in:
Mathias Petermann 2020-11-23 15:32:01 +01:00
parent cbdaa4e3e4
commit 72da149fde
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ class AcmeHandler(object):
def revoke_certificate(self, certificate):
if not self.reuse_account(certificate.authority):
raise InvalidConfiguration("There is no ACME account saved, unable to revoke the certificate.")
acme_client, _ = self.acme.setup_acme_client(certificate.authority)
acme_client, _ = self.setup_acme_client(certificate.authority)
fullchain_com = jose.ComparableX509(
OpenSSL.crypto.load_certificate(