Skip to main content

Home

Enabling Transport Layer Security (TLS) for Unravel UI

All the certificates are stored in data/certificates by default. To enable TLS for Unravel UI, do the following:

  1. Upload the key and certificate.

    <unravel_installation_directory>/unravel/manager config tls set /path/to/key.pem /path/to/certificate.pem --key-password <password>
    
    ##Example:/opt/unravel/manager config tls set --pem xyz_wildcard.pem wildcard_xyzabc_com_RSA_private.pem --key-password AcQidKj4
    
  2. Enable TLS.

    <unravel_installation_directory>/unravel/manager config tls <enable|disable>
    
  3. Stop Unravel.

    <unravel_installation_directory>/unravel/manager stop
    
  4. Apply the changes.

    <unravel_installation_directory>/unravel/manager config apply
  5. Verify the TLS configuration:

    <unravel_installation_directory>/unravel/manager verify tls
    
  6. Start Unravel.

    <unravel_installation_directory>/unravel/manager start
    

Also, refer to Truststore certificates.