mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
revert to binary redirect logic
This commit is contained in:
@@ -43,7 +43,9 @@ def create_parser():
|
|||||||
help="Revert configuration N number of checkpoints.")
|
help="Revert configuration N number of checkpoints.")
|
||||||
add("-v", "--view-config-changes", action="store_true",
|
add("-v", "--view-config-changes", action="store_true",
|
||||||
help="View checkpoints and associated configuration changes.")
|
help="View checkpoints and associated configuration changes.")
|
||||||
add("-r", "--redirect", type=bool, default=None,
|
|
||||||
|
# TODO: resolve - assumes binary logic while client.py assumes ternary.
|
||||||
|
add("-r", "--redirect", action="store_true",
|
||||||
help="Automatically redirect all HTTP traffic to HTTPS for the newly "
|
help="Automatically redirect all HTTP traffic to HTTPS for the newly "
|
||||||
"authenticated vhost.")
|
"authenticated vhost.")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user