How do I get SSL to work with FreeScout?
I'm hosting a freescout server with docker, there is no .html file to reference with ngnix or apache, how would I go about getting SSL setup for this?
1 Reply
To set up SSL for your FreeScout server hosted with Docker, you can use a reverse proxy, such as Nginx or Apache, with Let's Encrypt for SSL certificates. First, you'll need to install Nginx and Certbot on your server. If you haven't already, you can install them using the package manager for your distribution.