Remove tls sni in nginx plugin (#6857)

* Remove tls-sni from nginx config

* Add a dedicated configuration to define what is the HTTPS port for this certbot instance.

* Correct some tests

* Reestablish default vhost creation

* Clean tls references for nginx integration tests

* Associate https_port only to tests and nginx
This commit is contained in:
Adrien Ferrand
2019-03-18 10:22:19 -07:00
committed by Brad Warren
parent b447b0a8e9
commit d9880721b3
8 changed files with 21 additions and 375 deletions
@@ -59,7 +59,7 @@ http {
listen 5002 $default_server;
# IPv6.
listen [::]:5002 $default_server;
server_name nginx.wtf nginx-tls.wtf nginx2.wtf;
server_name nginx.wtf nginx2.wtf;
root $ROOT/webroot;