mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-24 00:09:03 +01:00
acme defaults to letsencrypt
This commit is contained in:
committed by
GitHub
parent
028b63e3b1
commit
c598d7ae0c
@@ -2074,6 +2074,8 @@ echo $oConfig->Save() ? 'Done' : 'Error';
|
||||
def AutoUpgradeAcme():
|
||||
command = '/root/.acme.sh/acme.sh --upgrade --auto-upgrade'
|
||||
Upgrade.executioner(command, command, 0)
|
||||
command = '/root/.acme.sh/acme.sh --set-default-ca --server letsencrypt'
|
||||
Upgrade.executioner(command, command, 0)
|
||||
|
||||
@staticmethod
|
||||
def installPHP73():
|
||||
|
||||
Reference in New Issue
Block a user