diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-01-25 16:38:43 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-01-25 16:38:43 +0100 |
commit | 0f71cd76014c2c4eb6756d8c04eb51b3e4452958 (patch) | |
tree | 41584f285ad8227e1e9c5ed87de9e64d2b16a5b2 /modules/private/websites/tools | |
parent | 570a93242a9ed1faca188688b1a84272dcbf8e4d (diff) | |
download | Nix-0f71cd76014c2c4eb6756d8c04eb51b3e4452958.tar.gz Nix-0f71cd76014c2c4eb6756d8c04eb51b3e4452958.tar.zst Nix-0f71cd76014c2c4eb6756d8c04eb51b3e4452958.zip |
Add integration certificate
Diffstat (limited to 'modules/private/websites/tools')
-rw-r--r-- | modules/private/websites/tools/tools/default.nix | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/modules/private/websites/tools/tools/default.nix b/modules/private/websites/tools/tools/default.nix index 8ccac08..f88cf06 100644 --- a/modules/private/websites/tools/tools/default.nix +++ b/modules/private/websites/tools/tools/default.nix | |||
@@ -74,11 +74,12 @@ in { | |||
74 | ++ kanboard.apache.modules; | 74 | ++ kanboard.apache.modules; |
75 | 75 | ||
76 | services.websites.env.integration.vhostConfs.devtools = { | 76 | services.websites.env.integration.vhostConfs.devtools = { |
77 | certName = "eldiron"; | 77 | certName = "integration"; |
78 | addToCerts = true; | 78 | certMainHost = "devtools.immae.eu"; |
79 | hosts = ["devtools.immae.eu" ]; | 79 | addToCerts = true; |
80 | root = "/var/lib/ftp/devtools.immae.eu"; | 80 | hosts = [ "devtools.immae.eu" ]; |
81 | extraConfig = [ | 81 | root = "/var/lib/ftp/devtools.immae.eu"; |
82 | extraConfig = [ | ||
82 | '' | 83 | '' |
83 | Timeout 600 | 84 | Timeout 600 |
84 | ProxyTimeout 600 | 85 | ProxyTimeout 600 |
@@ -129,7 +130,7 @@ in { | |||
129 | services.websites.env.tools.vhostConfs.outils = { | 130 | services.websites.env.tools.vhostConfs.outils = { |
130 | certName = "eldiron"; | 131 | certName = "eldiron"; |
131 | addToCerts = true; | 132 | addToCerts = true; |
132 | hosts = [ "outils.immae.eu" "outils.immae.fr" ]; | 133 | hosts = [ "outils.immae.eu" ]; |
133 | root = null; | 134 | root = null; |
134 | extraConfig = [ | 135 | extraConfig = [ |
135 | '' | 136 | '' |