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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-05-25 14:43:29 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-05-25 14:43:29 +0300
commite20ef13b48bb4793e3001030490dd80f249c2fda (patch)
treecb82a53fb0379ad98ed2f8aca8111a2890a7a2d6 /include/data_upload
parent6f1be4c82ac302f40a703c24482944d8f6460ff2 (diff)
Change instructions to configure Lynis when using self-signed certificates with upload
Diffstat (limited to 'include/data_upload')
-rw-r--r--include/data_upload4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/data_upload b/include/data_upload
index d7d9b4c0..b6985ce2 100644
--- a/include/data_upload
+++ b/include/data_upload
@@ -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." ;;