mirror of
https://github.com/certbot/certbot.git
synced 2026-04-29 18:19:51 -04:00
Merge pull request #4420 from certbot/issue4331
Ensure --fullchain-path gets put under paths in --help all
This commit is contained in:
commit
446509620f
1 changed files with 1 additions and 1 deletions
|
|
@ -1155,7 +1155,7 @@ def _paths_parser(helpful):
|
|||
default_cp = None
|
||||
if verb == "certonly":
|
||||
default_cp = flag_default("auth_chain_path")
|
||||
add(["install", "paths"], "--fullchain-path", default=default_cp, type=os.path.abspath,
|
||||
add(["paths", "install"], "--fullchain-path", default=default_cp, type=os.path.abspath,
|
||||
help="Accompanying path to a full certificate chain (cert plus chain).")
|
||||
add("paths", "--chain-path", default=default_cp, type=os.path.abspath,
|
||||
help="Accompanying path to a certificate chain.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue