mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Merge pull request #994 from kuba/simplehttp-5002
Integration tests: SimpleHTTP on port 5002.
This commit is contained in:
commit
b9b2114b33
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ letsencrypt_test () {
|
|||
--server "${SERVER:-http://localhost:4000/directory}" \
|
||||
--no-verify-ssl \
|
||||
--dvsni-port 5001 \
|
||||
--simple-http-port 5001 \
|
||||
--simple-http-port ${SIMPLE_HTTP_PORT:-5001} \
|
||||
--manual-test-mode \
|
||||
$store_flags \
|
||||
--text \
|
||||
|
|
|
|||
Loading…
Reference in a new issue