Using Free SSL/TLS Certificates from Let’s Encrypt for Nginx
1–10 of 50 posts
Re: Using Free SSL/TLS Certificates from Let’s Encrypt for Nginx
#2Re: Using Free SSL/TLS Certificates from Let’s Encrypt for Nginx
#3Re: Using Free SSL/TLS Certificates from Let’s Encrypt for Nginx
#4I was hoping this was an nginx module where you could specify something like `ssl_letsencrypt on;` and be done with it.
Re: Using Free SSL/TLS Certificates from Let’s Encrypt for Nginx
#5Re: Using Free SSL/TLS Certificates from Let’s Encrypt for Nginx
#6I was hoping this was an nginx module where you could specify something like `ssl_letsencrypt on;` and be done with it.
Re: Using Free SSL/TLS Certificates from Let’s Encrypt for Nginx
#7Re: Using Free SSL/TLS Certificates from Let’s Encrypt for Nginx
#8I was hoping this was an nginx module where you could specify something like `ssl_letsencrypt on;` and be done with it.
Re: Using Free SSL/TLS Certificates from Let’s Encrypt for Nginx
#9I was hoping this was an nginx module where you could specify something like `ssl_letsencrypt on;` and be done with it.
Re: Using Free SSL/TLS Certificates from Let’s Encrypt for Nginx
#10In my case, a lot of the routing of domains to customers is stored in a postgres database and a trigger fires an event anyways, so I have a little daemon that listens to these events and the fires off acmetool as needed in order go generate certificates.
I just completed this last week, so when I've seen this article here, I thought that I just wasted some time over this because now there's an integrated nginx solution, but thankfully, this is just an article about doing what I was doing using a tool that's more complicated to use and brings half of an OS installation as dependencies.
For those interested, https://gist.github.com/pilif/1e2610dd7aa57323e0b2 is the script in question. It's really a quick hack, but it works very well for me to auto-create nginx config files.