diff --git a/install/froxlor.sql b/install/froxlor.sql index 09151f96..cc0dd2a4 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -520,7 +520,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES ('system', 'apacheitksupport', '0'), ('system', 'leprivatekey', 'unset'), ('system', 'lepublickey', 'unset'), - ('system', 'letsencryptca', 'testing'), + ('system', 'letsencryptca', 'production'), ('system', 'letsencryptcountrycode', 'DE'), ('system', 'letsencryptstate', 'Germany'), ('system', 'letsencryptchallengepath', '/var/www/froxlor'), diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php index 3b9a9d60..7f2f9ff9 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -3053,7 +3053,7 @@ if (isFroxlorVersion('0.9.35-dev1')) { showUpdateStep("Updating from 0.9.35-dev1 to 0.9.35-dev2", false); showUpdateStep("Adding Let's Encrypt - settings"); - Settings::AddNew("system.letsencryptca", 'testing'); + Settings::AddNew("system.letsencryptca", 'production'); Settings::AddNew("system.letsencryptcountrycode", 'DE'); Settings::AddNew("system.letsencryptstate", 'Germany'); lastStepStatus(0);