Remove http01_port magic

This commit is contained in:
Brad Warren
2015-11-20 16:09:39 -08:00
parent 6eb6cf5a77
commit bb6736f36c
4 changed files with 4 additions and 16 deletions
+1
View File
@@ -23,6 +23,7 @@ CLI_DEFAULTS = dict(
work_dir="/var/lib/letsencrypt",
logs_dir="/var/log/letsencrypt",
no_verify_ssl=False,
http01_port=challenges.HTTP01Response.PORT,
tls_sni_01_port=challenges.TLSSNI01Response.PORT,
auth_cert_path="./cert.pem",