Skip to content

khumbal/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.

Installation

Install from the command line

docker pull ghcr.io/khumbal/dnsmadeeasy-webhook:latest

Use as base image in Dockerfile:

FROM ghcr.io/khumbal/dnsmadeeasy-webhook:latest

Deploying the webhook

Use the k8s-at-home helm chart

Building the code

docker build -t dnsmadeeasy-webhook .

or if you want build and test the code:

docker build --build-arg TEST_ZONE_NAME=<your domain>. -t 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

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 77.0%
  • Shell 9.3%
  • Dockerfile 6.9%
  • Makefile 6.8%