do not add www.[froxlorfqdn] to SAN list of certificate request for Let's Encrypt froxlor-vhost certificate; fixes #1662
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -141,8 +141,7 @@ if (Settings::Get('system.le_froxlor_enabled') == '1') {
|
|||||||
|
|
||||||
if ($insert_or_update_required) {
|
if ($insert_or_update_required) {
|
||||||
$domains = array(
|
$domains = array(
|
||||||
$certrow['domain'],
|
$certrow['domain']
|
||||||
'www.' . $certrow['domain']
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// Only renew let's encrypt certificate if no broken ssl_redirect is enabled
|
// Only renew let's encrypt certificate if no broken ssl_redirect is enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user