From 252f774f57c5f6a1b93b81146a6a9b87ae722dce Mon Sep 17 00:00:00 2001 From: mboelen Date: Mon, 21 Dec 2015 11:37:27 +0100 Subject: Add upload_compressed option to profile --- default.prf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'default.prf') diff --git a/default.prf b/default.prf index d550111b..8a70c756 100644 --- a/default.prf +++ b/default.prf @@ -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: -- cgit v1.2.3