On Sun, 13 Dec 2015 17:21:51 +0100
"Jan A. Bruder" <[email protected]> wrote:

> Thought i should put the Lua API to some good use: The plugin introduces
> support for ACME domain validation against running instances of HAProxy.
> 
> https://github.com/janeczku/haproxy-acme-validation-plugin

Hi,

Thank you for the share. I guess than let's encrypt will be
very used in the next month, and this plugin will be very useful.

It uses a fil system acces, and the HAProxy design doesn't support
these type of blocking access.

If I understand, the goal is to store a lot of file named with a token
value, and containing a challenge which will be returned on the http
response.

Maybe these token can be stored on a ramdisk (like /dev/shm), or you
can use and tcp access to a ligth database like redis.

Thierry

Reply via email to