Skip to content

Commit

Permalink
Update site.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Dec 21, 2024
1 parent e2e2776 commit bcf6808
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/utils/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -2391,8 +2391,7 @@ def createAcmeDns(self, site_name, domains, email, dnspai, wildcard_domain, forc
src_path = mw.getAcmeDomainDir(d)
src_cert = src_path + '/fullchain.cer'
src_key = src_path + '/' + d + '.key'

# src_cert.replace("\\*", "*")

msg = '签发失败,您尝试申请证书的失败次数已达上限!\
<p>1、检查域名是否正确解析到本服务器,或解析还未完全生效</p>\
<p>2、如果以上检查都确认没有问题,请尝试更换DNS服务商</p>'
Expand Down

0 comments on commit bcf6808

Please sign in to comment.