Browse Source

Fix the http-01-echo default hook

pull/5/head
Rodolphe Breard 6 years ago
parent
commit
b31a689b26
  1. 3
      CHANGELOG.md
  2. 2
      acmed/config/default_hooks.toml

3
CHANGELOG.md

@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Hooks now have the optional `allow_failure` field.
### Fixed
- The http-01-echo hook now correctly sets the file's access rights
## [0.5.0] - 2019-05-09

2
acmed/config/default_hooks.toml

@ -34,7 +34,7 @@ stdout = "{{#if env.HTTP_ROOT}}{{env.HTTP_ROOT}}{{else}}/var/www{{/if}}/{{domain
[[hook]]
name = "http-01-echo-chmod"
type = ["challenge-http-01-clean"]
type = ["challenge-http-01"]
cmd = "chmod"
args = [
"a+r",

Loading…
Cancel
Save