The tutorial show step by step How to enable SSL secure connection for linux mint.
Inside the Guide to enabling SSL apache connection linux mint you will find link to how to generate and setup a valid SSL signed certificate for free on linux mint server/Desktop.
1. Open a terminal window
(Press 'Enter' to Execute Commands)
2. Enabling Apache SSL
Sudo a2enmod ssl
Sudo a2ensite default-ssl
Sudo service apace2 reload
3.Review the Apache default SSL Configuration for localhost
cat /etc/apache2/sites-available/default-ssl.conf
4.After You can test access the domain over SSL
For a server (Example):
https:
//localhost