File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/docs/configuration/acme/dns01 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,11 +161,11 @@ Note how the `tsig-secret` and `tsig-secret-key` match the configuration in the
161161
162162# # Rate Limits
163163
164- The `rfc2136` provider waits until *all* nameservers to in your domain's SOA RR
164+ The `rfc2136` provider waits until *all* nameservers authoritative for your domain
165165respond with the same result before it contacts Let's Encrypt to complete the
166166challenge process. This is because the challenge server contacts a
167167non-authoritative DNS server that does a recursive query (a query for records it
168- does not maintain locally). If the servers in the SOA do not contain the correct
168+ does not maintain locally). If not all the authoritative servers contain the correct
169169values, it's likely that the non-authoritative server will have bad information
170170as well, causing the request to go against rate limits and eventually locking
171171the process out.
@@ -204,4 +204,4 @@ requested, the provider will begin processing the request.
204204- Compared to the other providers that often use REST APIs to modify DNS RRs,
205205 this provider can take a little longer. You can `watch kubectl certificate
206206 yourcert` to get a display of what's going on. It's not uncommon for the process
207- to take five minutes in total.
207+ to take five minutes in total.
You can’t perform that action at this time.
0 commit comments