Use "certificate" instead of "cert" in docs.

This commit is contained in:
Jacob Hoffman-Andrews
2018-02-01 13:14:43 -08:00
parent 43bbaadd11
commit 72b63ca5ac
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -557,8 +557,8 @@ apologize for any inconvenience you encounter in integrating these
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 cert needs to be updated.
If you write a custom script and expect to run a command only after a cert was actually renewed
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
and when renewal is not necessary.