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:
Michael Kaufmann (d00p)
2016-10-28 10:57:51 +02:00
parent 884b2ed913
commit 462fca7328

View File

@@ -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