Using acme.sh with nginx
2016-08-10 14:30
Now that Let's Encrypt is in public beta, I thought I'd revisit my previous post with some additional details.
First, I'm going to update the tools that I installed when I first set this up (in my local machine). The lets-encrypt
tool pretty much performs the necessary changes automatically …
Now that Let's Encrypt is a trusted certificate authority in major browsers and that I got access to the beta program, I decided to take it for a spin in my server with nginx (and uWSGI).
Pretty straightforward:
$ git clone https://github.com/letsencrypt/letsencrypt
I saved that into …