mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-05-05 22:53:23 +02:00
updated changelog
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user