mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
New fields have been added to manager and then duplicated over to SOC's config in the same vein as how proxy was updated earlier this week. AdditionalCA holds the PEM formatted public keys that should be trusted when making requests. It has been implemented for both Sigma's zip downloads and Sigma and Suricata's repository clones and pulls. InsecureSkipVerify has been added to help our users troubleshoot their configuration. Setting it to true will not verify the cert on outgoing requests. Self signed, missing, or invalid certs will not throw an error.
39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
manager:
|
|
reposync:
|
|
enabled:
|
|
description: This is the daily task of syncing the Security Onion OS packages. It is recommended that you leave this enabled.
|
|
global: True
|
|
helpLink: soup.html
|
|
hour:
|
|
description: The hour of the day in which the repo sync takes place.
|
|
global: True
|
|
helpLink: soup.html
|
|
minute:
|
|
description: The minute within the hour to run the repo sync.
|
|
global: True
|
|
helpLink: soup.html
|
|
elastalert:
|
|
description: Enable elastalert 1=enabled 0=disabled.
|
|
global: True
|
|
helpLink: elastalert.html
|
|
no_proxy:
|
|
description: String of hosts to ignore the proxy settings for.
|
|
global: True
|
|
helpLink: proxy.html
|
|
proxy:
|
|
description: Proxy server to use for updates.
|
|
global: True
|
|
helpLink: proxy.html
|
|
additionalCA:
|
|
description: Additional CA certificates to trust in PEM format.
|
|
global: True
|
|
advanced: True
|
|
multiline: True
|
|
helpLink: proxy.html
|
|
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
|
|
global: True
|
|
helpLink: proxy.html
|