Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-09-01 16:49:50 +0300
committermboelen <michael@cisofy.com>2015-09-01 16:49:50 +0300
commit8cefc0f7b9e948bf3da8a2d1c1abaacbb9b946f8 (patch)
tree48d4b1159b0b080669d1773355261e93f53e2484 /include/tests_crypto
parentd4b18129620904b345210b1a1896e4a406ba39d6 (diff)
Show different status on screen when expired SSL certificates were found
Diffstat (limited to 'include/tests_crypto')
-rw-r--r--include/tests_crypto4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_crypto b/include/tests_crypto
index 8db5eb69..d883e8b8 100644
--- a/include/tests_crypto
+++ b/include/tests_crypto
@@ -64,9 +64,9 @@
done
if [ ${FOUNDPROBLEM} -eq 0 ]; then
- Display --indent 2 --text "- Checking SSL certificate expiration" --result OK --color GREEN
+ Display --indent 2 --text "- Checking for expired SSL certificates" --result NONE --color GREEN
else
- Display --indent 2 --text "- Checking SSL certificate expiration" --result WARNING --color RED
+ Display --indent 2 --text "- Checking for expired SSL certificates" --result FOUND --color RED
ReportSuggestion ${TEST_NO} "Check available certificates for expiration"
fi
fi