set keysize to the former default and the default from installation

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-02-19 10:26:33 +01:00
parent 111e9bf64b
commit 4ec32c0972

View File

@@ -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");