A great alternative that we use in production for thousands of domains is https://github.com/GUI/lua-resty-auto-ssl
I wasted a lot of time on this one: If you declare a local variable and set it in the same step e.g: local MYVAR = $(/bin/false) The return code you get is from the local declaration, not assigning a value to the…
A great alternative that we use in production for thousands of domains is https://github.com/GUI/lua-resty-auto-ssl
I wasted a lot of time on this one: If you declare a local variable and set it in the same step e.g: local MYVAR = $(/bin/false) The return code you get is from the local declaration, not assigning a value to the…