Fix missing function
This commit is contained in:
@@ -209,8 +209,6 @@ class WOAcme:
|
|||||||
def cert_check(self, wo_domain_name):
|
def cert_check(self, wo_domain_name):
|
||||||
"""Check certificate existance with acme.sh and return Boolean"""
|
"""Check certificate existance with acme.sh and return Boolean"""
|
||||||
WOAcme.export_cert(self)
|
WOAcme.export_cert(self)
|
||||||
WOFileUtils.convertFileBestGuess(self, "cert.csv",
|
|
||||||
"/var/lib/wo/")
|
|
||||||
# set variable acme_cert
|
# set variable acme_cert
|
||||||
acme_cert = False
|
acme_cert = False
|
||||||
# define new csv dialect
|
# define new csv dialect
|
||||||
|
|||||||
Reference in New Issue
Block a user