Glowing Bear
Get certs ready
-
Get Letsencrypt with
git clone https://github.com/letsencrypt/letsencrypt -
Enter git directory, and
./letsencrypt-auto certonly -d <your domain> -
Find your certs in
cd /etc/letsencrypt/live/<your domain>, you will see the following

- You will need to combine
privkey.pemandfullchain.pem, fire up the …