mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
PCAP Module - Disable cert verify
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
"agent": {
|
"agent": {
|
||||||
"pollIntervalMs": 10000,
|
"pollIntervalMs": 10000,
|
||||||
"serverUrl": "https://{{ MASTER }}/sensoroniagents",
|
"serverUrl": "https://{{ MASTER }}/sensoroniagents",
|
||||||
|
"verifyCert": false,
|
||||||
"modules": {
|
"modules": {
|
||||||
"statickeyauth": {
|
"statickeyauth": {
|
||||||
"apiKey": "{{ SENSORONIKEY }}"
|
"apiKey": "{{ SENSORONIKEY }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user