@@ -22,7 +22,7 @@ No need to leverage a backend webserver for the trivial task of serving a key au
### Prerequesites
-You need to be rolling HAProxy version 1.6 or later with Lua support enabled.
+You need to be rolling HAProxy version `1.6.3` or later with Lua support enabled.
To check if your HAProxy binary was compiled with Lua support run the following command:
haproxy -vv
@@ -23,7 +23,7 @@
--
acme = {}
-acme.version = "0.1.0"
+acme.version = "0.1.1"
-- Configuration
@@ -47,7 +47,7 @@ end
acme.http01 = function(applet)
local response = ""
- local reqPath = applet.sf:path()
+ local reqPath = applet.path
local src = applet.sf:src()
local token = reqPath:match( ".+/(.*)$" )