Letsencrypt + Certbot
Letsencrypt provides free SSL certificates Certbot automates re-newal and installation of the certificates Install Certbot: $ sudo add-apt-repository ppa:certbot/certbot $ sudo apt-get update $ sudo apt-get install python-certbot-apache Generate and install the certificate $ certbot –apache Generate the certificate only $ certbot –apache certonly Generate wildcard certificate $ sudo certbot certonly –manual –preferred-challenges=dns –email [email protected] … Read more