force a renew if given domain name(s) don't match the domain name(s) of the existing cert

This commit is contained in:
Markus Germeier
2015-12-16 21:36:23 +01:00
committed by Lukas Schauer
parent ed2db8e416
commit 2d097c928c
2 changed files with 24 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ _CHECK_ERRORLOG
_TEST "Run in cron mode one last time, with domain in domains.txt and force-resign"
echo "${TMP_URL}" >> domains.txt
./letsencrypt.sh --cron --force > tmplog 2> errorlog
_CHECK_LOG "Ignoring because --force was specified"
_CHECK_LOG "Ignoring because renew was forced!"
_CHECK_NOT_LOG "Generating private key"
_CHECK_LOG "Requesting challenge for ${TMP_URL}"
_CHECK_LOG "Challenge is valid!"