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

privkey.pem and fullchain.pem, fire up the …