Add upload_compressed option to profile

This commit is contained in:
mboelen 2015-12-21 11:37:27 +01:00
parent ad87a83bbc
commit 252f774f57
1 changed files with 6 additions and 2 deletions

View File

@ -343,19 +343,23 @@ permdir:/root/.ssh:rwx------:root:-:WARN:
#################################################################################
#
# Lynis Enterprise
# Lynis Enterprise options
# -----------------
#
#################################################################################
# Add your Lynis Enterprise license key here
#config:license_key:[Your license key]:
# Compressed uploads (set to zero when errors with uploading occur)
#config:upload_compressed:1:
# The hostname/IP address to receive the data
#config:upload_server:portal.cisofy.com:
# Provide options to cURL when uploading data. Common options include:
# -k or --insecure --> use HTTPS, but skip certificate check (e.g. self-signed)
# --proxy [http://]proxyserver:8080 --> use HTTP/HTTPS proxy
# --proxy [http://]proxyserver:8080 --> use HTTP/HTTPS proxy
# --socks5 proxyserver:8080 --> use SOCKS proxy
#config:upload_options:-k: