mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-24 09:18:28 +02:00
oops.. repaired test script
This commit is contained in:
2
test.sh
2
test.sh
@@ -114,7 +114,7 @@ _CHECK_ERRORLOG
|
|||||||
# Temporarily move config out of the way and try signing certificate by using temporary config location
|
# Temporarily move config out of the way and try signing certificate by using temporary config location
|
||||||
_TEST "Try signing using temporary config location and with domain as command line parameter"
|
_TEST "Try signing using temporary config location and with domain as command line parameter"
|
||||||
mv config.sh tmp_config.sh
|
mv config.sh tmp_config.sh
|
||||||
./letsencrypt.sh --domain "${TMP_URL}" -f tmp_config.sh > tmplog 2> errorlog || _FAIL "Script execution failed"
|
./letsencrypt.sh --cron --domain "${TMP_URL}" -f tmp_config.sh > tmplog 2> errorlog || _FAIL "Script execution failed"
|
||||||
_CHECK_NOT_LOG "Checking domain name(s) of existing cert"
|
_CHECK_NOT_LOG "Checking domain name(s) of existing cert"
|
||||||
_CHECK_LOG "Generating private key"
|
_CHECK_LOG "Generating private key"
|
||||||
_CHECK_LOG "Requesting challenge for ${TMP_URL}"
|
_CHECK_LOG "Requesting challenge for ${TMP_URL}"
|
||||||
|
|||||||
Reference in New Issue
Block a user