mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
Use "certificate" instead of "cert" in docs.
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ certbot-auto_ method, which enables you to use installer plugins
|
|||||||
that cover both of those hard topics.
|
that cover both of those hard topics.
|
||||||
|
|
||||||
If you're still not convinced and have decided to use this method,
|
If you're still not convinced and have decided to use this method,
|
||||||
from the server that the domain you're requesting a cert for resolves
|
from the server that the domain you're requesting a certficate for resolves
|
||||||
to, `install Docker`_, then issue the following command:
|
to, `install Docker`_, then issue the following command:
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|||||||
+2
-2
@@ -557,8 +557,8 @@ apologize for any inconvenience you encounter in integrating these
|
|||||||
commands into your individual environment.
|
commands into your individual environment.
|
||||||
|
|
||||||
.. note:: ``certbot renew`` exit status will only be 1 if a renewal attempt failed.
|
.. 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.
|
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 cert was actually renewed
|
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 ``--post-hook`` since the exit status will be 0 both on successful renewal
|
||||||
and when renewal is not necessary.
|
and when renewal is not necessary.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user