Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation for AutoCertManager #829

Merged
merged 3 commits into from
Oct 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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