mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-24 22:34:33 +02:00
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
|
# Add your Lynis Enterprise license key here
|
||||||
#config:license_key:[Your license key]:
|
#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
|
# The hostname/IP address to receive the data
|
||||||
#config:upload_server:portal.cisofy.com:
|
#config:upload_server:portal.cisofy.com:
|
||||||
|
|
||||||
# Provide options to cURL when uploading data. Common options include:
|
# Provide options to cURL when uploading data. Common options include:
|
||||||
# -k or --insecure --> use HTTPS, but skip certificate check (e.g. self-signed)
|
# -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
|
# --socks5 proxyserver:8080 --> use SOCKS proxy
|
||||||
#config:upload_options:-k:
|
#config:upload_options:-k:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user