How to install SSL cert on qnap self-hosted instance

abuchman

New member
Does anyone know how to do this? I already have the certificate using Cert Warden just need to install it and dont see an easy way in the UI
 

mirillis

Administrator
Staff member
Hi abuchman,

Thank you for the question and welcome to the community.
Adding custom SSL certificate to custom relay server(s) is not available yet.

A detailed tutorial on how to achieve this will be available soon.

Please note that this is also an overkill because the stream is already encrypted using RSA4096 and AES256.
But we are aware some administrators will require SSL/TLS to be used (also to bypass advanced routers that may filter out non-TLS stream on 443 port).

Currently Remotly will use TLS if a non-TLS stream is dropped or cannot connect. The connection is established using our relay servers which have SSL certs already installed for this situation.
These certs are checked if they are issued to *.remotly.com

In your case you will need to create a special config file with the name of the cert domain allowed for connection (allowed_tls_certs.txt or in the host installation folder).

When Remotly sees this file and a custom relay is used for connections it will make sure the cert domain matches the cert installed on your relay.
 
Top