From 4ec32c09724fba9810295befbd84a144825506e0 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Tue, 19 Feb 2019 10:26:33 +0100 Subject: [PATCH] set keysize to the former default and the default from installation Signed-off-by: Michael Kaufmann --- install/updates/froxlor/0.10/update_0.10.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/updates/froxlor/0.10/update_0.10.inc.php b/install/updates/froxlor/0.10/update_0.10.inc.php index 56636567..1719a24f 100644 --- a/install/updates/froxlor/0.10/update_0.10.inc.php +++ b/install/updates/froxlor/0.10/update_0.10.inc.php @@ -206,7 +206,7 @@ if (\Froxlor\Froxlor::isDatabaseVersion('201902120')) { 'cc' => '\\Froxlor\\Cron\\Http\\LetsEncrypt\\AcmeSh', 'cf' => 'letsencrypt' )); - Settings::Set('system.letsencryptkeysize', '2048', true); + Settings::Set('system.letsencryptkeysize', '4096', true); lastStepStatus(0); showUpdateStep("Removing current Let's Encrypt certificates due to new implementation of acme.sh");