mirror of https://github.com/CISOfy/lynis.git
Add upload_compressed option to profile
This commit is contained in:
parent
ad87a83bbc
commit
252f774f57
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue