set keysize to the former default and the default from installation
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -206,7 +206,7 @@ if (\Froxlor\Froxlor::isDatabaseVersion('201902120')) {
|
|||||||
'cc' => '\\Froxlor\\Cron\\Http\\LetsEncrypt\\AcmeSh',
|
'cc' => '\\Froxlor\\Cron\\Http\\LetsEncrypt\\AcmeSh',
|
||||||
'cf' => 'letsencrypt'
|
'cf' => 'letsencrypt'
|
||||||
));
|
));
|
||||||
Settings::Set('system.letsencryptkeysize', '2048', true);
|
Settings::Set('system.letsencryptkeysize', '4096', true);
|
||||||
lastStepStatus(0);
|
lastStepStatus(0);
|
||||||
|
|
||||||
showUpdateStep("Removing current Let's Encrypt certificates due to new implementation of acme.sh");
|
showUpdateStep("Removing current Let's Encrypt certificates due to new implementation of acme.sh");
|
||||||
|
|||||||
Reference in New Issue
Block a user