mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update InsecureTransport comment
This commit is contained in:
parent
fdf0e75d04
commit
7dc1677aac
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ type Options struct {
|
|||
// ServerURL is the URL of the update server.
|
||||
ServerURL string
|
||||
// InsecureTransport skips TLS certificate verification in the transport if
|
||||
// set to true.
|
||||
// set to true. Best to leave this on, but due to the file signing any
|
||||
// tampering by a MitM should be detectable.
|
||||
InsecureTransport bool
|
||||
// RootKeys is the JSON encoded root keys to use to bootstrap trust.
|
||||
RootKeys string
|
||||
|
|
|
|||
Loading…
Reference in a new issue