forked from ISTI-ansible-roles/ansible-roles
freeipa: Fix the letsencrypt certificates path.
This commit is contained in:
parent
9adfee6e21
commit
ec37831b0d
|
@ -3,6 +3,7 @@
|
|||
LE_LOG_DIR=/var/log/acme
|
||||
LOG_FILE="$LE_LOG_DIR/ipa-server.log"
|
||||
DATE=$( date )
|
||||
LE_CERTS_DIR="{{ letsencrypt_acme_sh_certificates_install_path }}"
|
||||
|
||||
[ ! -d $LE_LOG_DIR ] && mkdir $LE_LOG_DIR
|
||||
echo "$DATE" >> $LOG_FILE
|
||||
|
|
Loading…
Reference in New Issue