diff options
author | Pierre Langlois <pierre.langlois@gmx.com> | 2021-03-14 13:15:42 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-08 16:54:06 +0900 |
commit | c603068f6f52b0d600809cc6eb857f9b68be8421 (patch) | |
tree | 70115cae2abf75fa0931446ac877dd0a18426044 | |
parent | 76d816d559122d026baac7129731c6726db778f5 (diff) |
services: certbot: Refer to authentication-hook in documentation.
* doc/guix.texi (Cerfiticate Services): Refer to non-abbreviated
authentication-hook instead of auth-hook.
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
-rw-r--r-- | doc/guix.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index d48dabfc10..0b4c3ceac6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -35802,10 +35802,10 @@ file name of the resource requested when performing an HTTP-01 challenge. @item @code{cleanup-hook} (default: @code{#f}) Command to be run in a shell once for each certificate challenge that -have been answered by the @code{auth-hook}. For this command, the shell -variables available in the @code{auth-hook} script are still available, and -additionally @code{$CERTBOT_AUTH_OUTPUT} will contain the standard output -of the @code{auth-hook} script. +have been answered by the @code{authentication-hook}. For this command, +the shell variables available in the @code{authentication-hook} script +are still available, and additionally @code{$CERTBOT_AUTH_OUTPUT} will +contain the standard output of the @code{authentication-hook} script. @item @code{deploy-hook} (default: @code{#f}) Command to be run in a shell once for each successfully issued |