lua-resty-auto-ssl
lua-resty-auto-ssl copied to clipboard
On the fly (and free) SSL registration and renewal inside OpenResty/nginx with Let's Encrypt.
Hello! Thank you for this library! Is it possible to get a new release? It seems like there are a few commits recently that help deal with the expired certs...
Is it possible to define a domain that for it, the code won't go to lets encrypt? I would like to create the certification with another authority for some domains...
Have you considered implementing a multi-account solution to increment the quantity of emitted certificates per week that Let's Encrypt allows (50 per week)?
Dont know if here is the right place to inform.. but here it is.. i have a web server running openresty/1.19.9.1 luarocks-3.8.0 and lua-resty-auto-ssl only have 2 domains so today...
There is possible openresty does query in file domains instead write domains allow in nginx.conf? auto_ssl:set("**allow_domain**", function(domain,renewal) return true end)
It's been a while since the last release, maybe it's time to make a new one?
While enabling Proxy Protocol v2 in nginx.conf, SSL connection is getting terminated prematurely
As per the change observed by Git. They have improved their Git protocol security. In order to cope with it, the source needs to be updated from git protocol to...
If I've issued a certificate for a domain in the past for `example.com` and now want to explicitly, manually delete this and doesn't attempt to renew etc, how can I...
https://github.com/auto-ssl/lua-resty-auto-ssl/blob/master/Dockerfile-test seems to be the latest version of OpenResty at 1.15 Per the OpenResty site, [OpenResty 1.21.4.1 RC1 is out](https://openresty.org/en/ann-1021004001rc1.html)