Skip to content
README.md 834 B
Newer Older
Fabian Leonhardt's avatar
Fabian Leonhardt committed
# Ionos webhook for cert manager
Fabian Leonhardt's avatar
Fabian Leonhardt committed
Cert-manager ACME DNS webhook provider for ionos.
Fabian Leonhardt's avatar
Fabian Leonhardt committed
## Install
Fabian Leonhardt's avatar
Fabian Leonhardt committed
### Install cert manager
Fabian Leonhardt's avatar
Fabian Leonhardt committed
see: https://cert-manager.io/docs/installation/kubernetes/
Fabian Leonhardt's avatar
Fabian Leonhardt committed
### Install webhook 
Fabian Leonhardt's avatar
Fabian Leonhardt committed
todo


### 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.**

An example Go test file has been provided in [main_test.go](https://github.com/jetstack/cert-manager-webhook-example/blob/master/main_test.go).

You can run the test suite with:

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

The example file has a number of areas you must fill in and replace with your
own options in order for tests to pass.