Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/femfirefem/cert-manager-dns-standalone-webhook

Cert Manager ACME DNS Standalone Webhook
https://github.com/femfirefem/cert-manager-dns-standalone-webhook

acme cert-manager cert-manager-webhook dns dns-selfcontained dns01 helm k8s kubernetes kubernetes-service letsencrypt

Last synced: 15 days ago
JSON representation

Cert Manager ACME DNS Standalone Webhook

Awesome Lists containing this project

README

        


cert-manager project logo

# Cert Manager ACME DNS Standalone Webhook

The ACME issuer type supports an optional 'webhook' solver, which can be used
to implement custom DNS01 challenge solving logic.

This webhook provides a standalone DNS server for replying to ACME challanges.

### 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:

```bash
$ TEST_ZONE_NAME=example.com. make test
```