Deploy MarkLogic with HTTPS enabled
- Last Updated: September 4, 2026
- 1 minute read
- MarkLogic Server
- Documentation
The MarkLogic Helm Chart and Operator support installing MarkLogic with HTTPS enabled on the default app servers. The default app servers are App Services (8000), Admin (8001), and Manage (8002).
Choose the type of certificate
Two types of certificates are supported: standard certificates and temporary certificates.
-
Temporary certificate - A temporary certificate is ideal for development purposes. When you use a temporary certificate for MarkLogic app servers, you do not need to supply a signed certificate. The certificate is generated automatically.
-
Standard certificate - A standard certificate is issued by a trusted Certificate Authority (CA) for a specific domain, which is the host name for MarkLogic Server. A standard certificate is strongly recommended for production environments. Support is provided for both named certificates and wildcard certificates.
-
Named certificate - Each host must have a certificate with a matching common name (CN).
-
Wildcard certificate - A single wildcard certificate can be used for all hosts in a cluster.
-