Update README with not about where it comes from and why it's here.

This commit is contained in:
Morten Lied Johansen 2024-10-29 22:30:32 +01:00
parent 670e232849
commit 0a225d78fe
No known key found for this signature in database
GPG key ID: 8DC6DECB15005221

View file

@ -4,7 +4,9 @@ This is a DNS01 webhook implementation for [cert-manager](https://github.com/cer
allowing usage of the [Domeneshop API](https://api.domeneshop.no/docs/) to issue certificates for
wildcard domains or other names that are not publicly accessible.
This repository is based on the [cert-manager-webhook-example](https://github.com/cert-manager/cert-manager-webhook-example) repository provided by Jetstack.
This repository is based on [cert-manager-webhook-domeneshop](https://github.com/domeneshop/cert-manager-webhook-domeneshop), which is based on the [cert-manager-webhook-example](https://github.com/cert-manager/cert-manager-webhook-example) repository provided by Jetstack.
Since Domeneshop has stated that they do not intend to further maintain their repository, I decided to make a separate copy and make my changes here.
# Usage
@ -122,4 +124,4 @@ For troubleshooting, try using `kubectl describe` on the resources related to th
TEST_ZONE_NAME=example.com. go test -v .
```
**NOTE:** The tests will create and validate TXT records on your domain.
**NOTE:** The tests will create and validate TXT records on your domain.