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: 5 months ago
JSON representation
Cert Manager ACME DNS Standalone Webhook
- Host: GitHub
- URL: https://github.com/femfirefem/cert-manager-dns-standalone-webhook
- Owner: femfirefem
- License: apache-2.0
- Created: 2024-08-26T10:59:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T20:35:56.000Z (over 1 year ago)
- Last Synced: 2025-04-05T19:22:07.436Z (about 1 year ago)
- Topics: acme, cert-manager, cert-manager-webhook, dns, dns-selfcontained, dns01, helm, k8s, kubernetes, kubernetes-service, letsencrypt
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```