Forcibly reactivate tls-sni-01 challenges until complete removal. (#6683)

This PR reactivates tls-sni-01 challenges on recent Boulder versions checkout for integration tests. This allows to continue testing this challenge until it is officially dropped from server (Boulder) and client (Certbot).

Reverts #6679.
This commit is contained in:
Adrien Ferrand
2019-01-29 19:23:08 -08:00
committed by Brad Warren
parent 3bb7dd8faf
commit d436259437
4 changed files with 20 additions and 12 deletions
+3 -1
View File
@@ -39,6 +39,8 @@ nginx -v
reload_nginx
certbot_test_nginx --domains nginx.wtf run
test_deployment_and_rollback nginx.wtf
certbot_test_nginx --domains nginx-tls.wtf run --preferred-challenges tls-sni
test_deployment_and_rollback nginx-tls.wtf
certbot_test_nginx --domains nginx2.wtf --preferred-challenges http
test_deployment_and_rollback nginx2.wtf
# Overlapping location block and server-block-level return 301
@@ -64,4 +66,4 @@ test_deployment_and_rollback nginx6.wtf
# top
nginx -c $nginx_root/nginx.conf -s stop
coverage report --fail-under 72 --include 'certbot-nginx/*' --show-missing
coverage report --fail-under 75 --include 'certbot-nginx/*' --show-missing