basecamp / kamal-proxy

Lightweight proxy server for Kamal
https://kamal-deploy.org/
MIT License
751 stars 31 forks source link

Add ACME HTTP-01 Challenge support #29

Closed elct9620 closed 1 month ago

elct9620 commented 1 month ago

For #26, make the HTTP-01 challenge supported.

TBD

kevinmcconnell commented 1 month ago

@elct9620 I actually had a different implementation of this prepared, which I've now shipped.

Sorry for the overlap in our work here -- I would have had mine merged sooner, but was travelling over the weekend. But thanks for your contribution all the same!

elct9620 commented 1 month ago

@kevinmcconnell

Thanks for your information. I checked the change and it is a better one. I didn't check Service has a createMiddleware() method so that we can create a handler directly inside it.