acme defaults to letsencrypt

This commit is contained in:
Muttahir Aon Syed
2021-06-14 16:52:28 +05:00
committed by GitHub
parent 028b63e3b1
commit c598d7ae0c

View File

@@ -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():