mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-15 09:32:45 +02:00
fixed signcsr test
This commit is contained in:
@@ -176,7 +176,9 @@ _CHECK_ERRORLOG
|
|||||||
# Check if signcsr command is working
|
# Check if signcsr command is working
|
||||||
_TEST "Running signcsr command"
|
_TEST "Running signcsr command"
|
||||||
./letsencrypt.sh --signcsr certs/${TMP_URL}/cert.csr > tmplog 2> errorlog || _FAIL "Script execution failed"
|
./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)
|
# Delete account key (not needed anymore)
|
||||||
rm account_key.pem
|
rm account_key.pem
|
||||||
|
|||||||
Reference in New Issue
Block a user