Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--certbot/docs/using.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst
index 450f0f0ca..4cb9c21a1 100644
--- a/certbot/docs/using.rst
+++ b/certbot/docs/using.rst
@@ -633,8 +633,8 @@ Renewing certificates
Most Certbot installations come with automatic renewals preconfigured. This is done by means of a scheduled task which runs `certbot renew`_ periodically.
.. note:: Let's Encrypt CA issues short-lived certificates (90
- days). Make sure you renew the certificates at least once in 3
- months.
+ days). By default, Certbot will try to renew certificates 30
+ days before they expire.
.. seealso:: Users of the `Manual`_ plugin should note that ``--manual`` certificates
will not renew automatically, unless combined with authentication hook scripts.