mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
add example of --renew-hook envvar values and hook script (#3502)
This commit is contained in:
+6
-4
@@ -265,10 +265,12 @@ renew:
|
||||
Command to be run in a shell once for each
|
||||
successfully renewed certificate. For this command,
|
||||
the shell variable $RENEWED_LINEAGE will point to the
|
||||
config live subdirectory containing the new certs and
|
||||
keys; the shell variable $RENEWED_DOMAINS will contain
|
||||
a space-delimited list of renewed cert domains
|
||||
(default: None)
|
||||
config live subdirectory (for example,
|
||||
"/etc/letsencrypt/live/example.com") containing the
|
||||
new certs and keys; the shell variable
|
||||
$RENEWED_DOMAINS will contain a space-delimited list
|
||||
of renewed cert domains (for example,
|
||||
"example.com www.example.com") (default: None)
|
||||
--disable-hook-validation
|
||||
Ordinarily the commands specified for --pre-hook
|
||||
/--post-hook/--renew-hook will be checked for
|
||||
|
||||
Reference in New Issue
Block a user