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:
Diffstat (limited to 'docs/cli-help.txt')
-rw-r--r--docs/cli-help.txt21
1 files changed, 8 insertions, 13 deletions
diff --git a/docs/cli-help.txt b/docs/cli-help.txt
index d26da361b..1dc8c5cd9 100644
--- a/docs/cli-help.txt
+++ b/docs/cli-help.txt
@@ -67,6 +67,10 @@ optional arguments:
with the same name. In the case of a name collision it
will append a number like 0001 to the file path name.
(default: Ask)
+ --eab-kid EAB_KID Key Identifier for External Account Binding (default:
+ None)
+ --eab-hmac-key EAB_HMAC_KEY
+ HMAC key for External Account Binding (default: None)
--cert-name CERTNAME Certificate name to apply. This name is used by
Certbot for housekeeping and in file paths; it doesn't
affect the content of the certificate itself. To see
@@ -108,7 +112,7 @@ optional arguments:
case, and to know when to deprecate support for past
Python versions and flags. If you wish to hide this
information from the Let's Encrypt server, set this to
- "". (default: CertbotACMEClient/0.28.0
+ "". (default: CertbotACMEClient/0.29.0
(certbot(-auto); OS_NAME OS_VERSION) Authenticator/XXX
Installer/YYY (SUBCOMMAND; flags: FLAGS)
Py/major.minor.patchlevel). The flags encoded in the
@@ -248,8 +252,8 @@ paths:
None)
--config-dir CONFIG_DIR
Configuration directory. (default: /etc/letsencrypt)
- --work-dir WORK_DIR Working directory. (default: /var/lib/letsencrypt)
- --logs-dir LOGS_DIR Logs directory. (default: /var/log/letsencrypt)
+ --work-dir WORK_DIR Working directory. (default: /var/letsencrypt/lib)
+ --logs-dir LOGS_DIR Logs directory. (default: /var/letsencrypt/log)
--server SERVER ACME Directory Resource URI. (default:
https://acme-v02.api.letsencrypt.org/directory)
@@ -473,7 +477,7 @@ plugins:
using Sakura Cloud for DNS). (default: False)
apache:
- Apache Web Server plugin - Beta
+ Apache Web Server plugin
--apache-enmod APACHE_ENMOD
Path to the Apache 'a2enmod' binary (default: None)
@@ -503,15 +507,6 @@ apache:
Full path to Apache control script (default:
apachectl)
-certbot-route53:auth:
- Obtain certificates using a DNS TXT record (if you are using AWS Route53
- for DNS).
-
- --certbot-route53:auth-propagation-seconds CERTBOT_ROUTE53:AUTH_PROPAGATION_SECONDS
- The number of seconds to wait for DNS to propagate
- before asking the ACME server to verify the DNS
- record. (default: 10)
-
dns-cloudflare:
Obtain certificates using a DNS TXT record (if you are using Cloudflare
for DNS).