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

init_master.lua: check for find #250

Closed flokli closed 3 years ago

flokli commented 3 years ago

start_sockproc requires find:

bin/resty-auto-ssl/.start_sockproc-wrapped: line 31: find: command not found

Also check for it.

flokli commented 3 years ago

Apparently, awk is also needed by dehydrated. I updated this PR to check for both.

GUI commented 3 years ago

Thanks for catching this!