add new 'ssl-enabled' flag for domains and subdomains so ssl can be deactivated (by a customer too) even if there are ssl-ip/ports assigned; introduce new honorcipherorder and sessiontickets flags for more control over ssl-related settings on a per domain base (admin only); fixes #767 and fixes #769

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-12-10 10:21:35 +01:00
parent 3a738b7070
commit 466c09137b
15 changed files with 240 additions and 31 deletions

View File

@@ -10,7 +10,7 @@ final class Froxlor
const VERSION = '0.10.9';
// Database version (YYYYMMDDC where C is a daily counter)
const DBVERSION = '201911220';
const DBVERSION = '201912100';
// Distribution branding-tag (used for Debian etc.)
const BRANDING = '';