]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
updated changelog
authorLukas Schauer <lukas@schauer.so>
Tue, 6 Feb 2018 22:22:53 +0000 (23:22 +0100)
committerLukas Schauer <lukas@schauer.so>
Tue, 6 Feb 2018 22:22:53 +0000 (23:22 +0100)
CHANGELOG
dehydrated

index 828f14454a060a43b4e91d1838d4cf7999db9492..abbac22341fb4340b40dc7101910e1d0cd68bb04 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
index bb2f9e579c17b15beb7022de8a5c9cef370715d1..09632caf10d5af9071f2ca5f83627cc14b6b062f 100755 (executable)
@@ -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