haproxy letsencrypt hook: Fix the path to the certificates.
This commit is contained in:
parent
335b395927
commit
48b75eabe4
|
@ -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