rewritten command_revoke method (shortened + changed output to look less like one of those weird openssl error messages)

This commit is contained in:
Lukas Schauer
2016-01-08 19:28:19 +01:00
parent 92a822e0b8
commit 3dcfa8b48e
2 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ _TEST "Revoking certificate..."
./letsencrypt.sh --revoke "certs/${TMP_URL}/cert.pem" --privkey "certs/${TMP_URL}/privkey.pem" > tmplog 2> errorlog || _FAIL "Script execution failed"
REAL_CERT="$(readlink -n "certs/${TMP_URL}/cert.pem")"
_CHECK_LOG "Revoking certs/${TMP_URL}/${REAL_CERT}"
_CHECK_LOG "SUCCESS"
_CHECK_LOG "Done."
_CHECK_FILE "certs/${TMP_URL}/${REAL_CERT}-revoked"
_CHECK_ERRORLOG