mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:14:21 +02:00
Clarify what a "renewal attempt" is (#6735)
This commit is contained in:
+3
-2
@@ -486,8 +486,9 @@ non-zero exit code. Hooks will only be run if a certificate is due for
|
||||
renewal, so you can run the above command frequently without
|
||||
unnecessarily stopping your webserver.
|
||||
|
||||
``--pre-hook`` and ``--post-hook`` hooks run before and after every renewal
|
||||
attempt. If you want your hook to run only after a successful renewal, use
|
||||
When Certbot detects that a certificate is due for renewal, ``--pre-hook``
|
||||
and ``--post-hook`` hooks run before and after each attempt to renew it.
|
||||
If you want your hook to run only after a successful renewal, use
|
||||
``--deploy-hook`` in a command like this.
|
||||
|
||||
``certbot renew --deploy-hook /path/to/deploy-hook-script``
|
||||
|
||||
Reference in New Issue
Block a user