mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:54:34 +02:00
Clarify possible existence of /etc/letsencrypt/cli.ini (#7449)
This commit is contained in:
+3
-2
@@ -917,8 +917,9 @@ Certbot accepts a global configuration file that applies its options to all invo
|
|||||||
of Certbot. Certificate specific configuration choices should be set in the ``.conf``
|
of Certbot. Certificate specific configuration choices should be set in the ``.conf``
|
||||||
files that can be found in ``/etc/letsencrypt/renewal``.
|
files that can be found in ``/etc/letsencrypt/renewal``.
|
||||||
|
|
||||||
By default no cli.ini file is created, after creating one
|
By default no cli.ini file is created (though it may exist already if you installed Certbot
|
||||||
it is possible to specify the location of this configuration file with
|
via a package manager, for instance).
|
||||||
|
After creating one it is possible to specify the location of this configuration file with
|
||||||
``certbot --config cli.ini`` (or shorter ``-c cli.ini``). An
|
``certbot --config cli.ini`` (or shorter ``-c cli.ini``). An
|
||||||
example configuration file is shown below:
|
example configuration file is shown below:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user