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>2014-12-03 16:13:29 +0300
committermboelen <michael@cisofy.com>2014-12-03 16:13:29 +0300
commit1759f66181d41c5478ae69fd5fde5ceb3826599e (patch)
tree4420c19944f08d52e1009019987c57b5e562f747 /include/tests_crypto
parent92660aec3c4b1305768ac539046bd9e239cbf886 (diff)
Removed warning for expired SSL certificate, added suggestion instead
Diffstat (limited to 'include/tests_crypto')
-rw-r--r--include/tests_crypto10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/tests_crypto b/include/tests_crypto
index 83c0b364..917bcc99 100644
--- a/include/tests_crypto
+++ b/include/tests_crypto
@@ -5,8 +5,8 @@
# Lynis
# ------------------
#
-# Copyright 2007-2014, Michael Boelen (michael@rootkit.nl), The Netherlands
-# Web site: http://www.rootkit.nl
+# Copyright 2007-2014, Michael Boelen (michael.boelen@cisofy.com), CISOfy
+# Web site: https://cisofy.com
#
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
# welcome to redistribute it under the terms of the GNU General Public License.
@@ -49,7 +49,7 @@
else
FOUNDPROBLEM=1
logtext "Result: certificate ${J} has been expired"
- report "expired_certificate[]=${J}"
+ report "expired_certificate[]=${J}|unknown entity|"
#YYY Dump more information to log file
fi
else
@@ -68,7 +68,7 @@
Display --indent 2 --text "- Checking SSL certificate expiration" --result OK --color GREEN
else
Display --indent 2 --text "- Checking SSL certificate expiration" --result WARNING --color RED
- ReportWarning ${TEST_NO} "M" "One or more SSL certificates expired"
+ ReportSuggestion ${TEST_NO} "Check available certificates for expiration"
fi
fi
#
@@ -79,4 +79,4 @@ wait_for_keypress
#
#================================================================================
-# Lynis - Copyright 2007-2014, Michael Boelen - www.rootkit.nl - The Netherlands
+# Lynis - Copyright 2007-2014, Michael Boelen, CISOfy - https://cisofy.com