From 67b2b91863ec2240310fe908359c0e064b63ff91 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 29 Sep 2021 22:35:45 +0200 Subject: [PATCH] Fix quoting, again. --- templates/acme_sh_request_env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/acme_sh_request_env.j2 b/templates/acme_sh_request_env.j2 index 51497e0..2584e05 100644 --- a/templates/acme_sh_request_env.j2 +++ b/templates/acme_sh_request_env.j2 @@ -24,7 +24,7 @@ ACME_SH_INSTALL_OPTS="{{ letsencrypt_acme_sh_install_options }}" {% if not letsencrypt_acme_sh_install_cron %} ACME_SH_INSTALL_OPTS="$ACME_SH_INSTALL_OPTS --nocron" {% endif %} -ACME_SH_ROOT_CA="{{ letsencrypt_acme_sh_specific_root_ca }}" +ACME_SH_ROOT_CA='{{ letsencrypt_acme_sh_specific_root_ca }}' ACME_SH_INSTALL_OPTS="$ACME_SH_INSTALL_OPTS --home {{ letsencrypt_acme_sh_user_home }}/bin --config-home {{ letsencrypt_acme_sh_base_data_dir }}/data --certhome {{ letsencrypt_acme_sh_base_data_dir }}/certs --log {{ letsencrypt_acme_sh_base_data_dir }}/logs/acme.sh.log" #