im-android7 avant lancement

This commit is contained in:
ADRN 2024-01-22 18:31:09 +01:00
parent 672c398315
commit df7301e97a
1 changed files with 2 additions and 3 deletions

View File

@ -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"
}