From 0f71cd76014c2c4eb6756d8c04eb51b3e4452958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 25 Jan 2020 16:38:43 +0100 Subject: Add integration certificate --- modules/private/websites/chloe/integration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/private/websites/chloe') diff --git a/modules/private/websites/chloe/integration.nix b/modules/private/websites/chloe/integration.nix index 273d1fc..6276eb7 100644 --- a/modules/private/websites/chloe/integration.nix +++ b/modules/private/websites/chloe/integration.nix @@ -27,7 +27,7 @@ in { myServices.websites.webappDirs."${chloe.apache.webappName}" = chloe.app.webRoot; services.websites.env.integration.modules = chloe.apache.modules; services.websites.env.integration.vhostConfs.chloe = { - certName = "eldiron"; + certName = "integration"; addToCerts = true; hosts = ["chloe.immae.eu" ]; root = chloe.apache.root; -- cgit v1.2.3