mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
The flag name --test-cert may make sense to most people
This commit is contained in:
+1
-1
@@ -1047,7 +1047,7 @@ def _paths_parser(helpful):
|
||||
add("paths", "--server", default=flag_default("server"),
|
||||
help=config_help("server"))
|
||||
# overwrites server, handled in HelpfulArgumentParser.parse_args()
|
||||
add("testing", "--staging", action='store_true',
|
||||
add("testing", "--test-cert", "--staging", action='store_true', dest='staging',
|
||||
help='Use the staging server to obtain test (invalid) certs; equivalent'
|
||||
' to --server https://acme-staging.api.letsencrypt.org/directory ')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user