mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-20 16:23:51 +01:00
fixed signcsr test
This commit is contained in:
4
test.sh
4
test.sh
@@ -176,7 +176,9 @@ _CHECK_ERRORLOG
|
||||
# Check if signcsr command is working
|
||||
_TEST "Running signcsr command"
|
||||
./letsencrypt.sh --signcsr certs/${TMP_URL}/cert.csr > tmplog 2> errorlog || _FAIL "Script execution failed"
|
||||
_CHECK_ERRORLOG
|
||||
_CHECK_LOG "BEGIN CERTIFICATE"
|
||||
_CHECK_LOG "END CERTIFICATE"
|
||||
_CHECK_NOT_LOG "ERROR"
|
||||
|
||||
# Delete account key (not needed anymore)
|
||||
rm account_key.pem
|
||||
|
||||
Reference in New Issue
Block a user