mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Quickfix for boulder#985
This commit is contained in:
parent
8a8dfd4bc3
commit
371daa42ca
2 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue