mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Add new plugin support and example change
This commit is contained in:
parent
a29335823f
commit
111350a4e1
1 changed files with 2 additions and 1 deletions
|
|
@ -67,6 +67,7 @@ config:show_tool_tips:1:
|
|||
|
||||
# Lynis Plugins (some are for Lynis Enterprise users only)
|
||||
plugin=compliance
|
||||
plugin=configuration
|
||||
plugin=control-panels
|
||||
plugin=crypto
|
||||
plugin=dns
|
||||
|
|
@ -317,7 +318,7 @@ permdir:/root/.ssh:rwx------:root:-:WARN:
|
|||
# Add your Lynis Enterprise license key here
|
||||
#config:license_key:[Your license key]:
|
||||
# The hostname/IP address to receive the data
|
||||
#config:upload_server:cisofy.com:
|
||||
#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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue