This is a cert-manager webhook for the DNSMadeEasy. It is used to get Let´s encrypt certificates using DNSMadeEasy as DNS resolver.
Use the k8s-at-home helm chart
docker build --build-arg -t dnsmadeeasy-webhook dnsmadeeasy-webhook
or if you want build and test the code:
docker build --build-arg TEST_ZONE_NAME=<your domain>. -t dnsmadeeasy-webhook dnsmadeeasy-webhook
Before you can run the test suite, you need to set your apykey.yaml
with your DNSMadeEasy API key. See instructions.
Use the GitHub releases to tag a new version. The workflow should then build and upload a new version matching the tag.