From 04fe98be7568d42096701e28ee0987bd9b19c5ad Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Tue, 30 Apr 2019 19:31:10 +0200 Subject: [PATCH] Fix the example config file --- acmed/acmed_example.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acmed/acmed_example.toml b/acmed/acmed_example.toml index 697b5ac..abb2204 100644 --- a/acmed/acmed_example.toml +++ b/acmed/acmed_example.toml @@ -17,7 +17,7 @@ name = "http-echo-create" type = ["challenge-http-01"] cmd = "echo" args = ["{{proof}}"] -stdout = "/srv/http/{{current_domain}}/.well-known/acme-challenge/{{file_name}}" +stdout = "/srv/http/{{domain}}/.well-known/acme-challenge/{{file_name}}" [[hook]] name = "http-echo-clean" @@ -25,7 +25,7 @@ type = ["challenge-http-01-clean"] cmd = "rm" args = [ "-f", - "/srv/http/{{current_domain}}/.well-known/acme-challenge/{{file_name}}" + "/srv/http/{{domain}}/.well-known/acme-challenge/{{file_name}}" ] [[group]]