aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cluster/prod/app/matrix/deploy/im-android7.hcl5
1 files changed, 2 insertions, 3 deletions
diff --git a/cluster/prod/app/matrix/deploy/im-android7.hcl b/cluster/prod/app/matrix/deploy/im-android7.hcl
index 1daa4e9..d78e2db 100644
--- a/cluster/prod/app/matrix/deploy/im-android7.hcl
+++ b/cluster/prod/app/matrix/deploy/im-android7.hcl
@@ -31,13 +31,12 @@ job "im-android7" {
]
}
- // TODO : ajouter un certificat TLS self-signed à Consul à l'adresse ci-dessous
template {
- data = "{{ key \"secrets/matrix/tls-tls-proxy/rsa.crt\" }}"
+ data = "{{ key \"secrets/chat/tls-tls-proxy/rsa.crt\" }}"
destination = "secrets/certs/rsa.crt"
}
template {
- data = "{{ key \"secrets/matrix/tls-tls-proxy/rsa.key\" }}"
+ data = "{{ key \"secrets/chat/tls-tls-proxy/rsa.key\" }}"
destination = "secrets/certs/rsa.key"
}