Update cert_api.py

pull/267/head
midoks 3 years ago
parent 61b3223bb4
commit 1a0a02e1a6
  1. 4
      class/core/cert_api.py

@ -463,7 +463,7 @@ fi
return self.getSiteRunPathByid(site_id)
# 清理验证文件
def claerAuthFile(self, index):
def clearAuthFile(self, index):
if not self.__config['orders'][index]['auth_type'] in ['http', 'tls']:
return True
acme_path = '{}/.well-known/acme-challenge'.format(
@ -583,7 +583,7 @@ fi
self.__config['orders'][index]['auth_to'] = site_run_path
# 清理旧验证
self.claerAuthFile(index)
self.clearAuthFile(index)
auths = []
for auth_url in self.__config['orders'][index]['authorizations']:

Loading…
Cancel
Save