mirror of
https://github.com/certbot/certbot.git
synced 2026-04-02 15:49:37 -04:00
Travis: update --server to point at directory
This commit is contained in:
parent
817ab468d1
commit
c93564b99e
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export root store_flags
|
|||
|
||||
letsencrypt_test () {
|
||||
letsencrypt \
|
||||
--server "${SERVER:-http://localhost:4000/acme/new-reg}" \
|
||||
--server "${SERVER:-http://localhost:4000/directory}" \
|
||||
--no-verify-ssl \
|
||||
--dvsni-port 5001 \
|
||||
--simple-http-port 5001 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue