Merge pull request 'haproxy letsencrypt hook: Fix the path to the certificates.' (#198) from adellam/ansible-roles:master into master

This commit is contained in:
Andrea Dell'Amico 2020-05-15 19:02:13 +02:00
commit cd8ca08216
1 changed files with 1 additions and 1 deletions

View File

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