Browse Source

Add the missing curly brackets

rel #157
main
Rodolphe Bréard 6 days ago
parent
commit
e71464699f
Failed to extract signature
  1. 2
      man/en/acmed.toml.5

2
man/en/acmed.toml.5

@ -773,7 +773,7 @@ args = [
name = "http-01-echo-echo"
type = ["challenge-http-01"]
cmd = "echo"
args = ["{ proof }"]
args = ["{{ proof }}"]
stdout = "{{ env.HTTP_ROOT | default('/var/www') }}/{{ identifier }}/.well-known/acme-challenge/{{ file_name }}"
[[hook]]

Loading…
Cancel
Save