mirror of https://github.com/CISOfy/lynis.git
Added URL upload options to cURL
This commit is contained in:
parent
13f8e35251
commit
e63a82fad8
8
lynis.8
8
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
|
||||
|
|
Loading…
Reference in New Issue