lego/e2e
Fernandez Ludovic e7a90b9471 chore: migrate to go module (v3.0.0)
- chore: update dependencies: use version with go modules.
- chore: remove dep.
- chore: update backoff imports.
- chore: init go module.
- chore: update CI.
- chore: mod v3
- chore: update docker image.
2019-08-07 14:07:47 +02:00
..
dnschallenge chore: migrate to go module (v3.0.0) 2019-08-07 14:07:47 +02:00
fixtures Refactor the core of the lib (#700) 2018-12-06 22:50:17 +01:00
loader chore: migrate to go module (v3.0.0) 2019-08-07 14:07:47 +02:00
challenges_test.go chore: migrate to go module (v3.0.0) 2019-08-07 14:07:47 +02:00
readme.md fix: use new challtestsrv. (#735) 2018-12-19 14:09:32 +01:00

E2E tests

How to run:

  • Add the following entries to your /etc/hosts:
127.0.0.1	acme.wtf
127.0.0.1	lego.wtf
127.0.0.1	acme.lego.wtf
127.0.0.1	légô.wtf
127.0.0.1	xn--lg-bja9b.wtf
go get -u github.com/letsencrypt/pebble/...
  • Launch tests:
make e2e