Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-01-30 20:04:14 +0300
committermboelen <michael@cisofy.com>2015-01-30 20:04:14 +0300
commite63a82fad8c3486d648aee9c6a6a49b0e9600c26 (patch)
tree530ebd4e34f3a638e325d9a1798bb0543b49940e /lynis.8
parent13f8e35251093639befdd646b8d92fc85da4cf57 (diff)
Added URL upload options to cURL
Diffstat (limited to 'lynis.8')
-rw-r--r--lynis.88
1 files changed, 6 insertions, 2 deletions
diff --git a/lynis.8 b/lynis.8
index 50524674..0668e6a0 100644
--- a/lynis.8
+++ b/lynis.8
@@ -1,4 +1,4 @@
-.TH Lynis 8 "11 December 2014" "1.16" "Unix System Administrator's Manual"
+.TH Lynis 8 "30 January 2015" "1.17" "Unix System Administrator's Manual"
.SH "NAME"
@@ -38,7 +38,7 @@ The following system areas may be checked:
.TP
.B \-\-auditor <full name>
Define the name of the auditor/pen-tester. When a full name is used, add double
-quotes, like "Michael Boelen".
+quotes, like "Your Name".
.TP
.B \-\-checkall (or \-c)
@@ -105,6 +105,10 @@ valid options.
.B \-\-upload
Upload data to Lynis Enterprise server.
.TP
+.B \-\-upload\-options <options for cURL>
+Specify options to cURL to override configuration. Note: use quotes, to prevent
+them being evaluated as options to Lynis itself. e.g. --upload-options "-k"
+.TP
.B \-\-upload\-url https://example.com/url/
Specify server to upload to.
.TP