mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
+10
-5
@@ -70,6 +70,8 @@ optional arguments:
|
||||
because they may be necessary to accurately simulate
|
||||
renewal. --renew-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
|
||||
A sorted, comma delimited list of the preferred
|
||||
challenge to use during authorization with the most
|
||||
@@ -86,7 +88,7 @@ optional arguments:
|
||||
statistics about success rates by OS and plugin. If
|
||||
you wish to hide your server OS version from the Let's
|
||||
Encrypt server, set this to "". (default:
|
||||
CertbotACMEClient/0.12.0 (Ubuntu 16.04.2 LTS)
|
||||
CertbotACMEClient/0.13.0 (Ubuntu 16.04.2 LTS)
|
||||
Authenticator/XXX Installer/YYY)
|
||||
|
||||
automation:
|
||||
@@ -128,6 +130,10 @@ automation:
|
||||
--no-self-upgrade (certbot-auto only) prevent the certbot-auto script
|
||||
from upgrading itself to newer released versions
|
||||
(default: Upgrade automatically)
|
||||
--no-bootstrap (certbot-auto only) prevent the certbot-auto script
|
||||
from installing OS-level dependencies (default: Prompt
|
||||
to install OS-wide dependencies, but exit if the user
|
||||
says 'No')
|
||||
-q, --quiet Silence all output except errors. Useful for
|
||||
automation via cron. Implies --non-interactive.
|
||||
(default: False)
|
||||
@@ -193,6 +199,9 @@ paths:
|
||||
installed from, or revoked. (default: None)
|
||||
--key-path KEY_PATH Path to private key for cert installation or
|
||||
revocation (if account key is missing) (default: None)
|
||||
--fullchain-path FULLCHAIN_PATH
|
||||
Accompanying path to a full certificate chain (cert
|
||||
plus chain). (default: None)
|
||||
--chain-path CHAIN_PATH
|
||||
Accompanying path to a certificate chain. (default:
|
||||
None)
|
||||
@@ -315,10 +324,6 @@ unregister:
|
||||
install:
|
||||
Options for modifying how a cert is deployed
|
||||
|
||||
--fullchain-path FULLCHAIN_PATH
|
||||
Accompanying path to a full certificate chain (cert
|
||||
plus chain). (default: None)
|
||||
|
||||
config_changes:
|
||||
Options for controlling which changes are displayed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user