mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
76d816d559
commit
c603068f6f
1 changed files with 4 additions and 4 deletions
|
@ -35802,10 +35802,10 @@ file name of the resource requested when performing an HTTP-01 challenge.
|
||||||
|
|
||||||
@item @code{cleanup-hook} (default: @code{#f})
|
@item @code{cleanup-hook} (default: @code{#f})
|
||||||
Command to be run in a shell once for each certificate challenge that
|
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
|
have been answered by the @code{authentication-hook}. For this command,
|
||||||
variables available in the @code{auth-hook} script are still available, and
|
the shell variables available in the @code{authentication-hook} script
|
||||||
additionally @code{$CERTBOT_AUTH_OUTPUT} will contain the standard output
|
are still available, and additionally @code{$CERTBOT_AUTH_OUTPUT} will
|
||||||
of the @code{auth-hook} script.
|
contain the standard output of the @code{authentication-hook} script.
|
||||||
|
|
||||||
@item @code{deploy-hook} (default: @code{#f})
|
@item @code{deploy-hook} (default: @code{#f})
|
||||||
Command to be run in a shell once for each successfully issued
|
Command to be run in a shell once for each successfully issued
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue