PCAP Module - Disable cert verify

This commit is contained in:
Mike Reeves
2019-06-18 09:26:51 -04:00
parent ad2cbcbc59
commit e5d3ad847e

View File

@@ -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 }}"