auto-ssl / lua-resty-auto-ssl

On the fly (and free) SSL registration and renewal inside OpenResty/nginx with Let's Encrypt.
MIT License
1.93k stars 182 forks source link

Use openresty/lua-resty-shell #293

Open ryokdy opened 8 months ago

ryokdy commented 8 months ago

OpenResty bundled the lua-resty-shell library which supports non-blocking shell execution without the use of sockproc. Bumped required OpenResty version to 1.15.8.1 or higher.

Fixs #164

This PR includes the PR #292. Please review it beforehand.