Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 7 additions & 7 deletions content/en/docs/configuration/acme/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,13 +371,13 @@ solvers:
apiKeySecretRef:
name: cloudflare-apikey-secret
key: apikey
selector:
matchLabels:
'email': 'user@example.com'
'solver': 'cloudflare'
dnsZones:
- 'test.example.com'
- 'example.dev'
selector:
matchLabels:
'email': 'user@example.com'
'solver': 'cloudflare'
dnsZones:
- 'test.example.com'
- 'example.dev'
```
In this case the `DNS01` solver for CloudFlare will only be used to solve a
challenge for a DNS name if the `Certificate` has a label from
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/configuration/acme/dns01/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
- selector:
dnsZones:
- 'example.com'
- dns01:
dns01:
# Valid values are None and Follow
cnameStrategy: Follow
route53:
Expand Down