From fc7994f8a0d1772286ee1ab3e8123563bc2b7a0b Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 28 Sep 2021 13:30:50 +0200 Subject: [PATCH] Fix a typo. --- 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 1d8e0b2..fd016d1 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" #