Clarify using.rst w.r.t. renewal config files (#10441)

Fixes #10440.

---------

Co-authored-by: ohemorange <ebportnoy@gmail.com>
This commit is contained in:
Osiris Inferi
2026-01-23 19:54:37 +00:00
committed by GitHub
co-authored by ohemorange
parent 041581fb33
commit 7d6c1e7732
+5 -2
View File
@@ -1238,8 +1238,11 @@ Configuration file
==================
Certbot accepts a global configuration file that applies its options to all invocations
of Certbot. Certificate specific configuration choices should be set in the ``.conf``
files that can be found in ``/etc/letsencrypt/renewal``.
of Certbot. Certificate-specific configuration choices are stored in the ``.conf``
files that can be found in ``/etc/letsencrypt/renewal``. See
`Modifying the Renewal Configuration of Existing Certificates`_ for more information
about modifying certificate-specific options. Note that it is not recommended to modify
these certificate-specific renewal configuration files manually.
By default no cli.ini file is created (though it may exist already if you installed Certbot
via a package manager, for instance).