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.
I'm running lua-resty-auto-ssl on the xenial OpenResty docker image using the standard installation instructions from the readme (LuaRocks, add the tasks to the config). The issue I'm having is that...
Is it possible to generate a certificate with an RSA key and one with an ECC key to serve both in a hybrid configuration using lua-resty-autossl? Same as the following...
How to reproduce it: 1) Go to a directory which can't be accessed by nginx user, e.g. `/home/ec2-user` 2) Start nginx server `/usr/local/openresty/nginx/sbin/nginx -c /usr/local/openresty/nginx/conf/nginx.conf` Expected outcome: auto renewal will...
I am monitoring the issued certificates with https://developers.facebook.com/docs/certificate-transparency/ Recently I see that certs are reissues almost every day. However there aren't any suspicious log entries nor exceptions. This happens also...
Clarify redis socket path format in the docs (was: Redis server with socket connection not working)
I set up redis with `{ socket = "/var/run/redis/redis.sock" }` and this is the result: ``` ssl_certificate.lua:134: get_cert_der(): auto-ssl: error fetching certificate from storage for www.example.net: failed to parse host...
Is there a way to prevent the Nginx instance from serving (or serving an error page) when the `allow_domain` function returns false? Right now it serves up a proxied page...
I recently decided to restart `nginx` after some configuration changes, using `sudo systemctl restart nginx`. Afterwards I saw renewal requests failing like so ``` 2018/04/09 20:50:45 [error] 12017#12017: *103 [lua]...
Getting the following error when trying to start / restart nginx ``` init_by_lua error: init_by_lua:2: module 'resty.auto-ssl' not found: no field package.preload['resty.auto-ssl'] no file './resty/auto-ssl.lua' no file '/usr/share/lua/5.1/resty/auto-ssl.lua' no file...
I'm curious if there is a path to get this plugin upgraded? Best practices?
Hi, we have a kind of restricted nginx setup (non root both master and workers), so lua-resty-auto-ssl fails chmoding (though) the permissions are ok, and everything works): `nginx: [error] [lua]...