The Let's Encrypt client doesn't have an automatic module for nginx yet. But don't worry, it's super easy anyway!
First of all, install letsencrypt-auto
:
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
Next, we'll run letsencrypt-auto
once with no action: this will only install dependencies.