Opened 6 years ago
Closed 6 years ago
#1745 closed enhancement (duplicate)
REQ: Built-in ACME/LetsEncrypt
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | other | Version: | 1.15.x |
Keywords: | Cc: | ||
uname -a: | |||
nginx -V: | 101 |
Description
Built-in support for ACME/LetsEncrypt would be very useful.
There are many solutions. Certbot modifying config in a container that doesn't have systemd timers because systemd doesn't work in containers is a non-starter. Mounting docker sockets into containers to reload when the cert changes is a non-starter.
If someone could please add ACME/LetsEncrypt support in a module that would solve a lot of issues for many, I think.
- Traefik has LetsEncrypt support.
- "Document equivalents of client_max_body_size, nginx proxy_buffers, and proxy_buffer_size" https://github.com/containous/traefik/issues/4580
- Caddy has LetsEncrypt support.
ACME implementations:
Note:
See TracTickets
for help on using tickets.
https://github.com/torhve/lua-resty-letsencrypt
https://github.com/torhve/lua-resty-letsencrypt/blob/master/letsencrypt.lua