mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
RootCA and InsecureSkipVerify
New empty settings and their annotations.
This commit is contained in:
@@ -1286,6 +1286,8 @@ soc:
|
|||||||
maxPacketCount: 5000
|
maxPacketCount: 5000
|
||||||
htmlDir: html
|
htmlDir: html
|
||||||
importUploadDir: /nsm/soc/uploads
|
importUploadDir: /nsm/soc/uploads
|
||||||
|
rootCA: ''
|
||||||
|
insecureSkipVerify: false
|
||||||
modules:
|
modules:
|
||||||
cases: soc
|
cases: soc
|
||||||
filedatastore:
|
filedatastore:
|
||||||
|
|||||||
@@ -81,6 +81,14 @@ soc:
|
|||||||
description: Maximum number of packets to show in the PCAP viewer. Larger values can cause more resource utilization on both the SOC server and the browser.
|
description: Maximum number of packets to show in the PCAP viewer. Larger values can cause more resource utilization on both the SOC server and the browser.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
|
rootCA:
|
||||||
|
description: Root Certificate Authority (CA) public key in PEM format that SOC will use to validate outgoing requests. This is useful when the SOC server is behind a reverse proxy that performs SSL termination.
|
||||||
|
multiline: True
|
||||||
|
advanced: True
|
||||||
|
insecureSkipVerify:
|
||||||
|
description: Disable TLS verification for outgoing requests. This will make your installation less secure to MITM attacks. Recommended only for debugging purposes.
|
||||||
|
advanced: True
|
||||||
|
forcedType: bool
|
||||||
modules:
|
modules:
|
||||||
elastalertengine:
|
elastalertengine:
|
||||||
additionalAlerters:
|
additionalAlerters:
|
||||||
|
|||||||
Reference in New Issue
Block a user