Skip to content

Commit

Permalink
Update documentation for AutoCertManager (#829)
Browse files Browse the repository at this point in the history
* Update controllers.md

* Update controllers.md

* Update controllers.md
  • Loading branch information
localvar committed Oct 14, 2022
1 parent c1cf5b9 commit 55c6ac7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/reference/controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,9 @@ enableDNS01: true
domains:
- name: "*.megaease.com"
dnsProvider:
name: alidns
name: dnspod
zone: megaease.com
apiToken: <token value>
```

| Name | Type | Description | Required |
Expand Down Expand Up @@ -591,7 +592,7 @@ The self-defining specification of each filter references to [filters](./filters
| Name | Type | Description | Required |
| ----------- | ----------------- | --------------------------| ------------------------------------ |
| name | string | The name of the domain | Yes |
| dnsProvider | map[string]string | DNS provider information | No (Yes if `name` is a wildcard one) |
| dnsProvider | map[string]string | DNS provider information | No (Yes if `DNS-01` chanllenge is desired) |

The fields in `dnsProvider` vary from DNS providers, but:
* `name` and `zone` are required for all DNS providers.
Expand Down

0 comments on commit 55c6ac7

Please sign in to comment.