From 8645c7b332485b025f3b15d1e1a53ac8b3fa62ff Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 27 Mar 2020 21:54:11 +0100 Subject: [PATCH] Fix a stupid error --- nomad/jitsi.hcl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nomad/jitsi.hcl b/nomad/jitsi.hcl index 09d9ccd..6b54d14 100644 --- a/nomad/jitsi.hcl +++ b/nomad/jitsi.hcl @@ -96,12 +96,12 @@ job "jitsi" { } template { - data = "{{ key \"secrets/jitsi/auth.jitsi.deuxfleurs.fr.crt\" }}" - destination = "secrets/certs/auth.jitsi.deuxfleurs.fr.crt" + data = "{{ key \"secrets/jitsi/jitsi.deuxfleurs.fr.crt\" }}" + destination = "secrets/certs/jitsi.deuxfleurs.fr.crt" } template { - data = "{{ key \"secrets/jitsi/auth.jitsi.deuxfleurs.fr.key\" }}" - destination = "secrets/certs/auth.jitsi.deuxfleurs.fr.key" + data = "{{ key \"secrets/jitsi/jitsi.deuxfleurs.fr.key\" }}" + destination = "secrets/certs/jitsi.deuxfleurs.fr.key" } template { data = "{{ key \"secrets/jitsi/global_env\" }}"