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:
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 bff4ee83..d7bf1401 100644
--- a/include/data_upload
+++ b/include/data_upload
@@ -96,8 +96,8 @@ output "Settings file: ${SETTINGS_FILE}"
if [ ${EXITCODE} -eq 60 ]; then
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}"
- logtext "Result: found self-signed certificate, however not related -k upload option"
+ echo "Example: ${WHITE}config:upload_options:-k:${NORMAL}"
+ logtext "Result: found self-signed certificate, however cURL -k option not used."
else
output "${RED}Error: ${NORMAL}cURL exited with code ${EXITCODE}"
logtext "Result: cURL exited with code ${EXITCODE}"