Daniel Vigueras
Daniel Vigueras
I think this would be a great idea. Getting rid of sockproc and dehydrated will decrease the complexity of the whole process, probably leading to fewer bugs (e.g. the recent...
Have you checked out this project? https://github.com/fffonion/lua-resty-acme This project uses a FFI-based openssl backend.
I'm not a repo maintainer but I have to say this is not something easy to add. LE wildcard certificates will require DNS validation, and right now lua-resty-auto-ssl uses http...
I had the same issue with MySQL and some of my tests I thought this had to be something related with concurrency, while one test was migrating the Database the...
I have the same problem and I solved it with a temporary workaround using the `Mastercard/restapi` provider: ```hcl # Configure the RestAPI provider provider "restapi" { uri = "https://api.digitalocean.com/" headers...