Enable Apache 2 SSL for Linux Mint 16 Petra
How to Enable SSL Secure Connection Port 443 for Linux Mint 16 Petra.
And the Linux Mint Apache SSL Enabling Procedure Described is the Easiest one to Quick Start with Apache SSl on a Development Environment.
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.

-
Open a Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Enabling Apache SSL.
sudo a2enmod ssl
sudo a2ensite default-ssl
sudo service apache2 reload
-
Review the Apache Default SSL Configuration for localhost.
cat /etc/apache2/sites-available/default-ssl.conf
How to Generate a Free SSL Signed Certificate
-
After you can Test Access the Domain over SSL.
For a Server (Example):
https://101.102.103.104
For a desktop:
https://localhost