Replace letsencrypt_acme_sh_install with letsencrypt_acme_install.
This commit is contained in:
parent
8648bce91d
commit
234576bedb
|
@ -13,9 +13,6 @@ DATE=$( date )
|
||||||
echo "$DATE" >> $LE_LOG_DIR/kibana.log
|
echo "$DATE" >> $LE_LOG_DIR/kibana.log
|
||||||
|
|
||||||
{% if letsencrypt_acme_install %}
|
{% if letsencrypt_acme_install %}
|
||||||
LE_ENV_FILE=/etc/default/letsencrypt
|
|
||||||
{% endif %}
|
|
||||||
{% if letsencrypt_acme_sh_install %}
|
|
||||||
LE_ENV_FILE=/etc/default/acme_sh_request_env
|
LE_ENV_FILE=/etc/default/acme_sh_request_env
|
||||||
{% endif %}
|
{% endif %}
|
||||||
if [ -f "$LE_ENV_FILE" ] ; then
|
if [ -f "$LE_ENV_FILE" ] ; then
|
||||||
|
|
Loading…
Reference in New Issue