Skip to content

Commit

Permalink
修复申请let'sencrypt证书时会自动重启面板的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
showpy committed Apr 15, 2022
1 parent 6b097a5 commit d25f6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/acme_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ def sub_all_cert(self, key_file, pem_file):
to_key_file = to_path + '/privateKey.pem'
if not os.path.exists(to_pem_file):
continue
is_panel = True
if path == paths[-1]: is_panel = True
# 获取目标证书的基本信息
to_cert_init = self.get_cert_init(to_pem_file)
# 判断证书品牌是否一致
Expand Down

0 comments on commit d25f6e2

Please sign in to comment.