mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +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
|
renewal, so you can run the above command frequently without
|
||||||
unnecessarily stopping your webserver.
|
unnecessarily stopping your webserver.
|
||||||
|
|
||||||
``--pre-hook`` and ``--post-hook`` hooks run before and after every renewal
|
When Certbot detects that a certificate is due for renewal, ``--pre-hook``
|
||||||
attempt. If you want your hook to run only after a successful renewal, use
|
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.
|
``--deploy-hook`` in a command like this.
|
||||||
|
|
||||||
``certbot renew --deploy-hook /path/to/deploy-hook-script``
|
``certbot renew --deploy-hook /path/to/deploy-hook-script``
|
||||||
|
|||||||
Reference in New Issue
Block a user