Skip to content

DandyDeveloper/dnsmadeeasy-webhook

Repository files navigation

Cert-manager DNSMadeEasy webhook

This is a cert-manager webhook for the DNSMadeEasy. It is used to get Let´s encrypt certificates using DNSMadeEasy as DNS resolver.

Deploying the webhook

Use the helm chart under ./charts

Building the code

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.yamlwith your DNSMadeEasy API key. See instructions.

Create a new release

Use the GitHub releases to tag a new version. The workflow should then build and upload a new version matching the tag.