@intentic/base 1.313.0 → 1.315.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,9 +40,11 @@ flowchart LR
|
|
|
40
40
|
downloaded model so a partial one never reads as present. Reading what whisper prints stays in the contract.
|
|
41
41
|
|
|
42
42
|
- `acme.ts` orders a certificate over DNS-01 and tells the CA to look only once the zone's own nameservers serve the
|
|
43
|
-
challenge (`authoritative-dns.ts`), since an early look fails the authorization for good.
|
|
44
|
-
blocks direct DNS,
|
|
45
|
-
|
|
43
|
+
challenge (`authoritative-dns.ts`), since an early look fails the authorization for good. When that never shows —
|
|
44
|
+
the host's network blocks direct DNS, or the nameservers answer without the value because something on the network
|
|
45
|
+
answers in their place (the interception production hit) — a caller's `confirmChallenge` (the DNS provider reading
|
|
46
|
+
the record back) plus `PROVIDER_SETTLE_MS` stands in for it, with a warning that says which of the two it saw;
|
|
47
|
+
without one the wait's deadline fails the order.
|
|
46
48
|
|
|
47
49
|
## Key files
|
|
48
50
|
|