forked from ISTI-ansible-roles/ansible-roles
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:
commit
cd8ca08216
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue