Skip to main content

What's New in MarkLogic 11

XDQP Certificate Management

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

admin.hostNeedRenewXdqpCertificate()

Returns the list of hosts where the XDQP host certificate will expire within a specified duration

admin.hostRenewXdqpCertificate()

Generates a new XDQP host certificate for a host if the current certificate will expire within a specified duration

admin.hostActivateNewXdqpCertificate()

Activates the new XDQP host certificate that was previously generated by a call to admin.hostRenewXdqpCertificate()