Skip to content

isabella232/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 k8s-at-home helm chart

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.

About

DNS Made Easy Webhook for Cert Manager

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 77.1%
  • Shell 9.6%
  • Dockerfile 7.2%
  • Makefile 6.1%