diff options
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/jitsi.hcl | 8 |
1 files 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\" }}" |