The wazuh kubernetes install instructions uses self signed certificates.
Is there a way to use cert-manager/LetsEncrypt certificates instead?
The wazuh kubernetes install instructions uses self signed certificates.
Is there a way to use cert-manager/LetsEncrypt certificates instead?
For Kibana, you can easily use Trusted CA Signed SSL Certificates, for example Let's Encrypt, by placing them in
cert/kibana_http/
For internal communications between the different Wazuh components, self-signed certificates are a good option given that they all verify the CA through a local file. Self-signed certificates also avoid the need for FQDN which is required to get a certificate from a Trusted CA.