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

certs

  • You will need to combine privkey.pem and fullchain.pem, fire up the …

View comments.

more ...