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:
authorAlexis <alexis@eff.org>2022-10-27 19:28:21 +0300
committerGitHub <noreply@github.com>2022-10-27 19:28:21 +0300
commit2f996e0afc08ebeb5cddb074033ab0aff3d52f7f (patch)
treea94fea7856e73a299b381d789fc423bfec579cc5
parentbd6da15c7e66a6e32bfb5d84495ce6f9cb8469c9 (diff)
Update certbot/docs/using.rstdocs-rewrite/renewal
Co-authored-by: alexzorin <alex@zorin.id.au>
-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.