mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-05-17 04:17:00 +02:00
updated changelog
This commit is contained in:
@@ -9,6 +9,7 @@ This file contains a log of major changes in dehydrated
|
|||||||
## Added
|
## Added
|
||||||
- Support for ACME v02 (including wildcard certificates!)
|
- Support for ACME v02 (including wildcard certificates!)
|
||||||
- New hook: generate_csr (see example hook script for more information)
|
- 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
|
## [0.5.0] - 2018-01-13
|
||||||
## Changed
|
## Changed
|
||||||
|
|||||||
@@ -1092,7 +1092,7 @@ command_sign_domains() {
|
|||||||
init_system
|
init_system
|
||||||
|
|
||||||
# Hook scripts should ignore any hooks they don't know.
|
# 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!!!"
|
[[ -n "${HOOK}" ]] && "${HOOK}" "$(openssl rand -base64 16)" "please ignore unknown hooks!!!"
|
||||||
|
|
||||||
# Call startup hook
|
# Call startup hook
|
||||||
|
|||||||
Reference in New Issue
Block a user