Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a directory that will hold the certificate- and key-files ('<certificateName>.cer' and '<certificateName>.key'). For example you can run

    Code Block
    languagebash
    mkdir /storage/nginx/


  2. Obtain a certificate- and key-file from one a certificate issuer or create a self signed certificate- and key-file and move them to the directory that was just created.
  3. Update your deploy scripts (Auto-deploy script section Script updates).
  4. Uncomment and edit the dms.conf file in the client specific git repository in the section 'HTTPS parameters'. In addition, make sure the NUXEO_URL in this file does not specify a port number.
  5. In the PAT_DMS_SETTINGS table, set the key https.enabled to true (if this key is not present, add it).
  6. Run the deploy command for all containers.