lego/e2e/readme.md
2023-03-01 23:56:19 +01:00

24 lines
437 B
Markdown

# 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
```
- Install [Pebble](https://github.com/letsencrypt/pebble):
```bash
go install github.com/letsencrypt/pebble/v2/cmd/pebble@main
go install github.com/letsencrypt/pebble/v2/cmd/pebble-challtestsrv@main
```
- Launch tests:
```bash
make e2e
```