Skip to content

Commit

Permalink
Add README.md tls ca_file note (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpkahn authored Jan 3, 2024
1 parent c6d7edf commit 3a46d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For ease of installation and operation, we recommend running Fleet Telemetry on
"flush_period": int - ms flush period
}
},
"kafka": { //librdkafka kafka config, seen here: https://raw.githubusercontent.com/confluentinc/librdkafka/master/CONFIGURATION.md
"kafka": { // librdkafka kafka config, seen here: https://raw.githubusercontent.com/confluentinc/librdkafka/master/CONFIGURATION.md
"bootstrap.servers": "kafka:9092",
"queue.buffering.max.messages": 1000000
},
Expand All @@ -57,7 +57,7 @@ For ease of installation and operation, we recommend running Fleet Telemetry on
"enabled": bool,
"message_limit": int - ex.: 1000
},
"records": { list of records and their dispatchers, currently: alerts, errors, and V(vehicle data)
"records": { // list of records and their dispatchers, currently: alerts, errors, and V(vehicle data)
"alerts": [
"logger"
],
Expand All @@ -69,7 +69,7 @@ For ease of installation and operation, we recommend running Fleet Telemetry on
"kafka"
]
},
"tls": {
"tls": { // Note: setting a ca_file here can be used for testing, but may reject vehicle mTLS connections
"server_cert": string - server cert location,
"server_key": string - server key location
}
Expand Down

0 comments on commit 3a46d36

Please sign in to comment.