Merge pull request 'freeipa: Fix the letsencrypt certificates path.' (#189) from adellam/ansible-roles:master into master

This commit is contained in:
Andrea Dell'Amico 2020-04-24 19:39:04 +02:00
commit 43beaa134b
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