TLS proxy in im.deuxfleurs.fr for Android 7 #17

Closed
adrien wants to merge 4 commits from feat/im-tls-proxy into main
Showing only changes of commit df7301e97a - Show all commits

View file

@ -31,13 +31,12 @@ job "im-android7" {
] ]
} }
// TODO : ajouter un certificat TLS self-signed à Consul à l'adresse ci-dessous
template { template {
data = "{{ key \"secrets/matrix/tls-tls-proxy/rsa.crt\" }}" data = "{{ key \"secrets/chat/tls-tls-proxy/rsa.crt\" }}"
destination = "secrets/certs/rsa.crt" destination = "secrets/certs/rsa.crt"
} }
template { template {
data = "{{ key \"secrets/matrix/tls-tls-proxy/rsa.key\" }}" data = "{{ key \"secrets/chat/tls-tls-proxy/rsa.key\" }}"
destination = "secrets/certs/rsa.key" destination = "secrets/certs/rsa.key"
} }