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:
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 AcQidKj4Enable TLS.
<unravel_installation_directory>/unravel/manager config tls
<enable|disable>
Stop Unravel.
<unravel_installation_directory>/unravel/manager stop
Apply the changes.
<unravel_installation_directory>/unravel/manager config apply
Verify the TLS configuration:
<unravel_installation_directory>/unravel/manager verify tls
Start Unravel.
<unravel_installation_directory>/unravel/manager start
Also, refer to Truststore certificates.