From aefd7ac7fd159be58f36cbb60c5865d2cd094e64 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 25 Oct 2015 13:05:49 +0000 Subject: [PATCH] Remove old todo (#479 is fixed) --- letsencrypt/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 8da015382..4a33a282e 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -825,7 +825,7 @@ def prepare_and_parse_args(plugins, args): "testing", "--no-verify-ssl", action="store_true", help=config_help("no_verify_ssl"), default=flag_default("no_verify_ssl")) - helpful.add( # TODO: apache plugin does NOT respect it (#479) + helpful.add( "testing", "--dvsni-port", type=int, default=flag_default("dvsni_port"), help=config_help("dvsni_port")) helpful.add("testing", "--simple-http-port", type=int,