Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErica Portnoy <ebportnoy@gmail.com>2022-10-15 00:09:10 +0300
committerErica Portnoy <ebportnoy@gmail.com>2022-10-15 00:09:10 +0300
commit97bc3516c54cd4db354a718ea95fe75765d1e03f (patch)
tree9771a0c34436d0e38e6807fcc821a14537d21661
parentd4e731e6320b18bb86acfbf7affda05e60fcb5c9 (diff)
add webroot to reconfigure common options
-rw-r--r--certbot/certbot/_internal/cli/plugins_parsing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot/certbot/_internal/cli/plugins_parsing.py b/certbot/certbot/_internal/cli/plugins_parsing.py
index 5fe00aecd..94483f462 100644
--- a/certbot/certbot/_internal/cli/plugins_parsing.py
+++ b/certbot/certbot/_internal/cli/plugins_parsing.py
@@ -38,7 +38,7 @@ def _plugins_parsing(helpful: "helpful.HelpfulArgumentParser",
helpful.add(["plugins", "certonly"], "--manual", action="store_true",
default=flag_default("manual"),
help="Provide laborious manual instructions for obtaining a certificate")
- helpful.add(["plugins", "certonly"], "--webroot", action="store_true",
+ helpful.add(["plugins", "certonly", "reconfigure"], "--webroot", action="store_true",
default=flag_default("webroot"),
help="Obtain certificates by placing files in a webroot directory.")
helpful.add(["plugins", "certonly"], "--dns-cloudflare", action="store_true",