Configure a MarkLogic Cluster with a temporary certificate
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Documentation
To configure a temporary certificate, add the following option to the values.yaml file for Helm Chart and the sample.yaml file for Operator:
tls:
enableOnDefaultAppServers: true
Now, follow the instructions outlined in Install the chart.
Access an SSL-enabled server with a temporary certificate
Accessing an SSL-enabled server with a temporary certificate requires retrieval of the certificate in order for clients to trust it. Refer to Accessing an SSL-Enabled Server from a Browser or WebDAV Client for details.