0
votes

We are trying to set up an SSL cert in marklogic. When using the ML admin GUI to generate a certificate, we cannot see any way to set the "common name" we need for the certificate.

What is the best way to handle this? Do we need to create the certificate elsewhere and import it into marklogic? If so, what is the best way to import it? After importing do we then use xquery to apply it against a particular app server

Thanks!

2

2 Answers

1
votes

Please refer to the guide here: https://docs.marklogic.com/guide/admin/SSL

You see no common name because you are initially just setting up a template to use in MarkLogic. Common names are part of the hostname and are in a later step. High level steps you will see in the guide:

  1. Create a Template
  2. Navigate to an app server
  3. Set the ssl template and ssl hostname
  4. Back to the ssl configuration, go to the template and download the certificate request.
  5. Once signed, re-import.