Hello everyone! I am trying to use fleet with AWS ...
# fleet
r
Hello everyone! I am trying to use fleet with AWS but today all our certificates are installed on ALB, there is no certificate in the application. Can I run fleet like this?
m
Yes, this is a actually pretty common. In this case the ALB would be the tls terminator. Make sure to run fleet with
FLEET_SERVER_TLS=false
. There are a few more considerations, see https://fleetdm.com/docs/deploying/introduction#tls-certificate for more details
r
Thanks a lot! Trying this now
Worked! thansk