## 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
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