mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Change instructions to configure Lynis when using self-signed certificates with upload
This commit is contained in:
parent
6f1be4c82a
commit
e20ef13b48
1 changed files with 2 additions and 2 deletions
|
|
@ -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." ;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue