updated changelog

This commit is contained in:
Lukas Schauer
2018-02-06 23:22:53 +01:00
parent 9ebab3e026
commit be252c7db9
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ This file contains a log of major changes in dehydrated
## Added
- Support for ACME v02 (including wildcard certificates!)
- New hook: generate_csr (see example hook script for more information)
- Calling random hook on startup to make it clear to hook script authors that unknown hooks should just be ignored...
## [0.5.0] - 2018-01-13
## Changed

View File

@@ -1092,7 +1092,7 @@ command_sign_domains() {
init_system
# Hook scripts should ignore any hooks they don't know.
# Calling a random hook to make this clear to the hook authors...
# Calling a random hook to make this clear to the hook script authors...
[[ -n "${HOOK}" ]] && "${HOOK}" "$(openssl rand -base64 16)" "please ignore unknown hooks!!!"
# Call startup hook