Setup Let's Encrypt With Apache on Ubuntu 16.04
1. Install Let's Encrypt
$ apt-get install git
$ git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt
2. Generating a Let's Encrypt SSL certificate
$ ./letsencrypt-auto --apache -d domain.com -d www.domain.com
3. Forcing SSL
RewriteE...
a-ndy.dev1 min read