mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-22 17:19:03 +01:00
add explanation on HEADERS parameter to request_failure hook (fixes #545)
This commit is contained in:
@@ -138,6 +138,8 @@ request_failure() {
|
||||
# The specified reason for the error.
|
||||
# - REQTYPE
|
||||
# The kind of request that was made (GET, POST...)
|
||||
# - HEADERS
|
||||
# HTTP headers returned by the CA
|
||||
|
||||
# Simple example: Send mail to root
|
||||
# printf "Subject: HTTP request failed failed!\n\nA http request failed with status ${STATUSCODE}!" | sendmail root
|
||||
|
||||
Reference in New Issue
Block a user