haproxy letsencrypt hook: Fix the path to the certificates.

This commit is contained in:
Andrea Dell'Amico 2020-05-15 19:01:25 +02:00
parent 335b395927
commit 48b75eabe4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
H_NAME=$( hostname -f )
H_NAME="{{ letsencrypt_acme_sh_certs_data_prefix }}"
LE_SERVICES_SCRIPT_DIR=/usr/lib/acme/hooks
LE_CERTS_DIR=/var/lib/acme/live/$H_NAME
LE_LOG_DIR=/var/log/letsencrypt