1
0
mirror of https://github.com/go-acme/lego.git synced 2024-11-21 13:25:48 +02:00
lego/e2e
2024-09-26 21:02:39 +02:00
..
dnschallenge feat: add dns.propagation-rns option (#2284) 2024-09-26 21:02:39 +02:00
fixtures chore: fix grammar and typo (#1978) 2023-07-29 12:59:24 +02:00
loader feat: update to go1.18 (#1700) 2022-08-22 15:05:31 +00:00
challenges_test.go feat: support custom duration for certificate (#1925) 2023-05-28 16:45:48 +02:00
readme.md chore: update Pebble (#1857) 2023-03-01 23:56:19 +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 install github.com/letsencrypt/pebble/v2/cmd/pebble@main
go install github.com/letsencrypt/pebble/v2/cmd/pebble-challtestsrv@main
  • Launch tests:
make e2e