
SSL & Firewall for Mainsail
HTTPS (ssl) This will add encryption to the connection, making it a little harder to intercept and read the credentials sent in clear text by the "basic auth" method. To keep it simple I did everything below as root. Code: sudo su Create a self-signed ssl certificate A self signed certificate is ...