add explanation on HEADERS parameter to request_failure hook (fixes #545)

This commit is contained in:
Lukas Schauer
2018-04-25 22:48:16 +02:00
parent 52c2c19994
commit 89de83c994

View File

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