Rodolphe Bréard
6 days ago
Failed to extract signature
1 changed files with
1 additions and
1 deletions
-
man/en/acmed.toml.5
|
@ -773,7 +773,7 @@ args = [ |
|
|
name = "http-01-echo-echo" |
|
|
name = "http-01-echo-echo" |
|
|
type = ["challenge-http-01"] |
|
|
type = ["challenge-http-01"] |
|
|
cmd = "echo" |
|
|
cmd = "echo" |
|
|
args = ["{ proof }"] |
|
|
|
|
|
|
|
|
args = ["{{ proof }}"] |
|
|
stdout = "{{ env.HTTP_ROOT | default('/var/www') }}/{{ identifier }}/.well-known/acme-challenge/{{ file_name }}" |
|
|
stdout = "{{ env.HTTP_ROOT | default('/var/www') }}/{{ identifier }}/.well-known/acme-challenge/{{ file_name }}" |
|
|
|
|
|
|
|
|
[[hook]] |
|
|
[[hook]] |
|
|