Quickfix for boulder#985

This commit is contained in:
Jakub Warmuz 2015-10-14 19:16:30 +00:00
parent 8a8dfd4bc3
commit 371daa42ca
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA
2 changed files with 8 additions and 3 deletions

View file

@ -27,9 +27,14 @@ common() {
"$@"
}
# TODO: boulder#985
common_http() {
common --dvsni-port 0 --simple-http-port 5001 "$@"
}
common --domains le1.wtf --standalone-supported-challenges dvsni auth
common --domains le2.wtf --standalone-supported-challenges simpleHttp run
common -a manual -d le.wtf auth
common_http --domains le2.wtf --standalone-supported-challenges simpleHttp run
common_http -a manual -d le.wtf auth
export CSR_PATH="${root}/csr.der" KEY_PATH="${root}/key.pem" \
OPENSSL_CNF=examples/openssl.cnf

View file

@ -16,7 +16,7 @@ letsencrypt_test () {
--server "${SERVER:-http://localhost:4000/directory}" \
--no-verify-ssl \
--dvsni-port 5001 \
--simple-http-port 5001 \
--simple-http-porta 5002 \
--manual-test-mode \
$store_flags \
--text \