mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:52:02 +02:00
Explain the --standalone change in defaults
This commit is contained in:
+2
-1
@@ -751,7 +751,8 @@ def create_parser(plugins, args):
|
|||||||
helpful.add(None, "--nginx", action="store_true",
|
helpful.add(None, "--nginx", action="store_true",
|
||||||
help="Obtain and install certs using Nginx")
|
help="Obtain and install certs using Nginx")
|
||||||
helpful.add(None, "--standalone", action="store_true",
|
helpful.add(None, "--standalone", action="store_true",
|
||||||
help='Obtain certs using a "standalone" webserver on port 443.')
|
help=('Obtain certs using a "standalone" webserver. '
|
||||||
|
'Changes the default "run" command to "auth".')
|
||||||
# positional arg shadows --domains, instead of appending, and
|
# positional arg shadows --domains, instead of appending, and
|
||||||
# --domains is useful, because it can be stored in config
|
# --domains is useful, because it can be stored in config
|
||||||
#for subparser in parser_run, parser_auth, parser_install:
|
#for subparser in parser_run, parser_auth, parser_install:
|
||||||
|
|||||||
Reference in New Issue
Block a user