SSL Configuration

Overview

When the appliance is imported it contains a default self-signed certificate, so you can use HTTPS when access the platform. However, we recommend replacing this default SSL certificate with your own certificate, signed by your organization or a trusted third-party certificate authority (CA).

Using your own SSL Certificate

Synapse uses the Kestrel web server. Another service like NGINX, IIS or Apache should be used if you require more options like SSL. For more information regarding Kestrel web server and reverse proxies, refer to the vendor's documentation, and see Kestrel web server implementation in ASP.NET Core in Microsoft's documentation.

Last updated