From da836f25ed67648d16f9e5f7eff4aa0b7c53a65f Mon Sep 17 00:00:00 2001 From: Marius Wilms Date: Sat, 12 Oct 2019 09:57:23 +0200 Subject: [PATCH] Use SSL --- Hoifile | 4 ++++ app/views/layouts/default.html.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Hoifile b/Hoifile index ef2069db..e1aece62 100644 --- a/Hoifile +++ b/Hoifile @@ -18,6 +18,10 @@ domain lithium-site.test { database lithium_site { password = "" + SSL = { + certificate = "!selfsigned" + certificateKey = "!generate" + } } volume tmp { diff --git a/app/views/layouts/default.html.php b/app/views/layouts/default.html.php index 90cef8ea..cb9cc642 100644 --- a/app/views/layouts/default.html.php +++ b/app/views/layouts/default.html.php @@ -26,7 +26,7 @@