mirror of
https://github.com/cert-manager/webhook-example.git
synced 2026-01-11 09:42:50 +01:00
A cert-manager sample repository for creating an ACME DNS01 solver webhook
| .vscode | ||
| deploy/example-webhook | ||
| dynuclient | ||
| scripts | ||
| test | ||
| testdata | ||
| .gitignore | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| main_test.go | ||
| Makefile | ||
| README.md | ||
| shcommands.txt | ||
Cert Manager DYNU ACME webhook
Webhook to get a certificate for dynu dns provider
Running the test suite
All DNS providers must run the DNS01 provider conformance testing suite, else they will have undetermined behaviour when used with cert-manager.
It is essential that you configure and run the test suite when creating a DNS01 webhook.
You can run the test suite with:
$ TEST_ZONE_NAME=example.com go test .