#!/bin/sh

#################################################################################
#
#   Lynis
# ------------------
#
# Copyright 2007-2008, Michael Boelen (michael@rootkit.nl), The Netherlands
# Web site: http://www.rootkit.nl
#
# 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.
# See LICENSE file for usage of this software.
#
#################################################################################
#
InsertSection "Software: file integrity"
#
#################################################################################
#
    # Test        : CRYP-3114
    # Description : check for expired SSL certificates
    #if [ -z "${OPENSSLBINARY}" ]; then PREQS_MET="YES" else PREQS_MET="NO"; fi
    #Register --test-no CRYP-3114 --preqs-met ${PREQS_MET} --weight L --network NO --description "Check expire date SSL certificates"
    #if [ ${SKIPTEST} -eq 0 ]; then

#Display --indent 2 --text "- Checking AFICK..." --result FOUND --color GREEN
#Display --indent 2 --text "- Checking AIDE..." --result FOUND --color GREEN
#Display --indent 2 --text "- Checking Osiris..." --result FOUND --color GREEN
#Display --indent 2 --text "- Checking Samhain..." --result FOUND --color GREEN
#Display --indent 2 --text "- Checking Tripwire..." --result FOUND --color GREEN



#
#================================================================================
# Lynis - Copyright 2007-2008, Michael Boelen - www.rootkit.nl - The Netherlands
