From c2c8727fe9afd36559ac3f08c33026a6ed0f44c1 Mon Sep 17 00:00:00 2001 From: nd Date: Sat, 4 Jul 2020 12:19:48 +0200 Subject: [PATCH] fixed depending services --- templates/letsencrypt_renew_config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/letsencrypt_renew_config.j2 b/templates/letsencrypt_renew_config.j2 index 07ac7ba..20088fa 100644 --- a/templates/letsencrypt_renew_config.j2 +++ b/templates/letsencrypt_renew_config.j2 @@ -7,5 +7,5 @@ export LETSENCRYPT_KEY="{{ cert.keypath }}" export LETSENCRYPT_CHAIN="{{ cert.chainpath }}" export LETSENCRYPT_FULL="{{ cert.fullpath }}" export LETSENCRYPT_TOKEN="/etc/letsencrypt/cert_{{ certname }}.token" -export LETSENCRYPT_SERVICES="{{ cert.depending_services }}" +export LETSENCRYPT_SERVICES="{{ cert.depending_services|join(' ') }}" export LETSENCRYPT_REMAININGDAYS="{{ cert_backend.remainingdays }}"