mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
docs/using.rst: fix typo (#5962)
This commit is contained in:
parent
a724dc659b
commit
372d4a046c
1 changed files with 1 additions and 1 deletions
|
|
@ -609,7 +609,7 @@ commands into your individual environment.
|
|||
.. note:: ``certbot renew`` exit status will only be 1 if a renewal attempt failed.
|
||||
This means ``certbot renew`` exit status will be 0 if no certificate needs to be updated.
|
||||
If you write a custom script and expect to run a command only after a certificate was actually renewed
|
||||
you will need to use the ``--post-hook`` since the exit status will be 0 both on successful renewal
|
||||
you will need to use the ``--deploy-hook`` since the exit status will be 0 both on successful renewal
|
||||
and when renewal is not necessary.
|
||||
|
||||
.. _renewal-config-file:
|
||||
|
|
|
|||
Loading…
Reference in a new issue