XDQP Certificate Management
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Version 11.0
- Documentation
MarkLogic 11 adds a new set of APIs that allow administrators to better manage the certificates used for intra-cluster XDQP encryption (the group-level "xdqp ssl" settings) . The following new built-in functions can be used to check if hosts need new certs, to generate new certs, and then to activate the certs:
Function |
Description |
|---|---|
Returns the list of hosts where the XDQP host certificate will expire within a specified duration |
|
Generates a new XDQP host certificate for a host if the current certificate will expire within a specified duration |
|
Activates the new XDQP host certificate that was previously generated by a call to admin.hostRenewXdqpCertificate() |