Skip to content

Commit

Permalink
acme手动申请ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Dec 21, 2024
1 parent 36898e3 commit dd685b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/static/app/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -2700,7 +2700,7 @@ function newAcmeHandApplyNotice(siteName, id, domains, data){
}
},
yes:function(layero,index){
layer.close(index);
layer.close(layero);
showSpeedWindow('正在由ACME申请手动SSL...', 'site.get_acme_logs', function(layers,index){
var pdata = {};
pdata['siteName'] = siteName;
Expand Down
2 changes: 1 addition & 1 deletion web/utils/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,7 @@ def createAcmeDnsTypeNone(self, site_name, domains, email, dnspai, wildcard_doma
if renew == 'true':
cmd += " --renew"
cmd += ' > ' + log_file
print(cmd)
# print(cmd)
result = mw.execShell(cmd)
# print(result)

Expand Down

0 comments on commit dd685b6

Please sign in to comment.