From c2b1cf7f938a63c9e29b15b76477c4f7a914c103 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 31 Jan 2019 09:43:09 +0200 Subject: [PATCH] Fix SSL renewal script Regression since 299a8c4c7c72244 --- .../usr-local-bin/matrix-ssl-lets-encrypt-certificates-renew.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-nginx-proxy/templates/usr-local-bin/matrix-ssl-lets-encrypt-certificates-renew.j2 b/roles/matrix-nginx-proxy/templates/usr-local-bin/matrix-ssl-lets-encrypt-certificates-renew.j2 index 1b36acaf..7c99ca33 100644 --- a/roles/matrix-nginx-proxy/templates/usr-local-bin/matrix-ssl-lets-encrypt-certificates-renew.j2 +++ b/roles/matrix-nginx-proxy/templates/usr-local-bin/matrix-ssl-lets-encrypt-certificates-renew.j2 @@ -19,7 +19,7 @@ docker run \ renew \ --non-interactive \ --work-dir=/tmp \ - --http-01-port 8080 + --http-01-port 8080 \ {% if matrix_ssl_lets_encrypt_staging %} --staging \ {% endif %}