Hi all,
is it possible to define the verification_mode
used to validate the fleet server certificate when installing an elastic agent? I'm thinking about filebeat where you can set verification_mode
to certificate
to only check if the certificate is signed by a trustworthy CA.
The problem is, elastic agent is not validating my fleet server certificate, as the subdomain xxx.fleet. is not included and I don't want to use --insecure
because I still want to validate the CA.
Thank you in advance!