mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-05 20:51:48 +02:00
fixed config location in test script
This commit is contained in:
@@ -140,7 +140,7 @@ echo 'PRIVATE_KEY="./account_key.pem"' >> config.sh
|
|||||||
|
|
||||||
# Add third domain to command-lime, should force renewal.
|
# Add third domain to command-lime, should force renewal.
|
||||||
_TEST "Run in cron mode again, this time adding third domain, should force renewal."
|
_TEST "Run in cron mode again, this time adding third domain, should force renewal."
|
||||||
./letsencrypt.sh --cron --domain "${TMP_URL}" --domain "${TMP2_URL}" --domain "${TMP3_URL}" -f tmp_config.sh > tmplog 2> errorlog || _FAIL "Script execution failed"
|
./letsencrypt.sh --cron --domain "${TMP_URL}" --domain "${TMP2_URL}" --domain "${TMP3_URL}" > tmplog 2> errorlog || _FAIL "Script execution failed"
|
||||||
_CHECK_LOG "Domain name(s) are not matching!"
|
_CHECK_LOG "Domain name(s) are not matching!"
|
||||||
_CHECK_LOG "Forcing renew."
|
_CHECK_LOG "Forcing renew."
|
||||||
_CHECK_LOG "Requesting challenge for ${TMP_URL}"
|
_CHECK_LOG "Requesting challenge for ${TMP_URL}"
|
||||||
|
|||||||
Reference in New Issue
Block a user