|
@@ -23,7 +23,7 @@
|
|
|
--
|
|
--
|
|
|
|
|
|
|
|
acme = {}
|
|
acme = {}
|
|
|
-acme.version = "0.1.0"
|
|
|
|
|
|
|
+acme.version = "0.1.1"
|
|
|
|
|
|
|
|
--
|
|
--
|
|
|
-- Configuration
|
|
-- Configuration
|
|
@@ -47,7 +47,7 @@ end
|
|
|
--
|
|
--
|
|
|
acme.http01 = function(applet)
|
|
acme.http01 = function(applet)
|
|
|
local response = ""
|
|
local response = ""
|
|
|
- local reqPath = applet.sf:path()
|
|
|
|
|
|
|
+ local reqPath = applet.path
|
|
|
local src = applet.sf:src()
|
|
local src = applet.sf:src()
|
|
|
local token = reqPath:match( ".+/(.*)$" )
|
|
local token = reqPath:match( ".+/(.*)$" )
|
|
|
|
|
|