mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
Release 0.17.0
This commit is contained in:
+20
-8
@@ -39,6 +39,12 @@ optional arguments:
|
||||
-v, --verbose This flag can be used multiple times to incrementally
|
||||
increase the verbosity of output, e.g. -vvv. (default:
|
||||
-2)
|
||||
--max-log-backups MAX_LOG_BACKUPS
|
||||
Specifies the maximum number of backup logs that
|
||||
should be kept by Certbot's built in log rotation.
|
||||
Setting this flag to 0 disables log rotation entirely,
|
||||
causing Certbot to always append to the same log file.
|
||||
(default: 1000)
|
||||
-n, --non-interactive, --noninteractive
|
||||
Run without ever asking for user input. This may
|
||||
require additional command line flags; the client will
|
||||
@@ -68,8 +74,8 @@ optional arguments:
|
||||
reloads webservers to deploy and then roll back those
|
||||
changes. It also calls --pre-hook and --post-hook
|
||||
commands if they are defined because they may be
|
||||
necessary to accurately simulate renewal. --renew-hook
|
||||
commands are not called. (default: False)
|
||||
necessary to accurately simulate renewal. --deploy-
|
||||
hook commands are not called. (default: False)
|
||||
--debug-challenges After setting up challenges, wait for user input
|
||||
before submitting to CA (default: False)
|
||||
--preferred-challenges PREF_CHALLS
|
||||
@@ -89,12 +95,18 @@ 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.16.0 (certbot;
|
||||
Ubuntu 16.04.2 LTS) Authenticator/XXX Installer/YYY
|
||||
"". (default: CertbotACMEClient/0.17.0 (certbot;
|
||||
Ubuntu 16.04.3 LTS) Authenticator/XXX Installer/YYY
|
||||
(SUBCOMMAND; flags: FLAGS) Py/2.7.12). The flags
|
||||
encoded in the user agent are: --duplicate, --force-
|
||||
renew, --allow-subset-of-names, -n, and whether any
|
||||
hooks are set.
|
||||
--user-agent-comment USER_AGENT_COMMENT
|
||||
Add a comment to the default user agent string. May be
|
||||
used when repackaging Certbot or calling it from
|
||||
another tool to allow additional statistical data to
|
||||
be collected. Ignored if --user-agent is set.
|
||||
(Example: Foo-Wrapper/1.0) (default: None)
|
||||
|
||||
automation:
|
||||
Arguments for automating execution & other tweaks
|
||||
@@ -274,10 +286,10 @@ renew:
|
||||
attempt was made to obtain/renew a certificate. If
|
||||
multiple renewed certificates have identical post-
|
||||
hooks, only one will be run. (default: None)
|
||||
--renew-hook RENEW_HOOK
|
||||
--deploy-hook DEPLOY_HOOK
|
||||
Command to be run in a shell once for each
|
||||
successfully renewed certificate. For this command,
|
||||
the shell variable $RENEWED_LINEAGE will point to the
|
||||
successfully issued certificate. For this command, the
|
||||
shell variable $RENEWED_LINEAGE will point to the
|
||||
config live subdirectory (for example,
|
||||
"/etc/letsencrypt/live/example.com") containing the
|
||||
new certificates and keys; the shell variable
|
||||
@@ -286,7 +298,7 @@ renew:
|
||||
"example.com www.example.com" (default: None)
|
||||
--disable-hook-validation
|
||||
Ordinarily the commands specified for --pre-hook
|
||||
/--post-hook/--renew-hook will be checked for
|
||||
/--post-hook/--deploy-hook will be checked for
|
||||
validity, to see if the programs being run are in the
|
||||
$PATH, so that mistakes can be caught early, even when
|
||||
the hooks aren't being run just yet. The validation is
|
||||
|
||||
Reference in New Issue
Block a user