If you use custom CA certificates in your deployment process, such as self-signed certificates, you can add them to env zero’s Self-Hosted Agent. To do so, you can attach certificates using theDocumentation Index
Fetch the complete documentation index at: https://docs.envzero.com/llms.txt
Use this file to discover all available pages before exploring further.
customCertificates helm value that can be set in the configuration. Its value should be a list of Kubernetes Secret names. Each secret may contain one or more custom certificate files.
For instance, you can add your CA file using the following command in your cluster:
yaml
Node.js scriptsDuring env zero deployment some customers may want to use Node.js scripts.
To make sure your script using the custom certificates, please add the
NODE_EXTRA_CA_CERTS environment variable with the value of /etc/ssl/certs/ca-certificates.crt. That file contains all the certificates in our agent’s pod.Next steps
- Custom/Optional Configuration - See the full
customCertificatesHelm value reference. - Self-Hosted Kubernetes Agent - Upgrade the agent after updating certificate configuration.
- Extending Deployment Image - Bake certificates into a custom agent image.