The fleet_based.msi option is nice for simplifying...
# general
j
The fleet_based.msi option is nice for simplifying install. Any chance we can pass a server certificate as an msi option?
g
Hey @John Lamb, is this what you're after?
--fleet-certificate
Copy code
fleetctl package \
  --type=msi \
  --fleet-url=<https://your-fleet-server:8080> \
  --enroll-secret=YOUR_SECRET \
  --fleet-certificate=/path/to/fleet.crt
https://fleetdm.com/guides/certificates-in-fleetd#basic-article
j
Yeah but this is via the orbit way. We were seeing if we could leverage that
I am also going the “can we network correctly instead?” Route too :)