freeipa: Fix the letsencrypt certificates path.

This commit is contained in:
Andrea Dell'Amico 2020-04-24 19:38:27 +02:00
parent 9adfee6e21
commit ec37831b0d
1 changed files with 1 additions and 0 deletions

View File

@ -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