Change instructions to configure Lynis when using self-signed certificates with upload

This commit is contained in:
Michael Boelen 2016-05-25 13:43:29 +02:00
parent 6f1be4c82a
commit e20ef13b48

View File

@ -150,8 +150,8 @@
;;
60)
echo "${RED}Self-signed certificate used on Lynis Enterprise node${NORMAL}"
echo "If you want to accept a self-signed certificate, use the -k option in the profile."
echo "Example: ${WHITE}config:upload_options:-k:${NORMAL}"
echo "If you want to accept a self-signed certificate, configure your profile and set the -k option in the upload-options."
echo "Example: ${WHITE}$0 configure settings upload-options=-k${NORMAL}"
LogText "Result: found self-signed certificate, however cURL -k option not used."
;;
83) echo "${YELLOW}Error (83): ${NORMAL}Could not check used certificate of server." ;;