docs/swarm/{ca,secrets}.md: reword the 8 vale write-good.Passive / Microsoft.Contractions hits
Active-voice / contraction rewrites only, no meaning changes; the allowed_domains/SANs sentence and the published-cert table cell were checked against the parked services-issuer/role-type/vhost-scope questions on #4622 and don't touch any of them.
This commit is contained in:
parent
f4df4fc4a9
commit
22a87f7268
2 changed files with 10 additions and 10 deletions
|
|
@ -45,7 +45,7 @@ siblings of the hive domain — `forge.<swarm.domain>`, not
|
|||
`forge.<hive domain>`. The hive CA's leaf is a **single-label** wildcard
|
||||
over the hive's own domain, so it can't cover them.
|
||||
|
||||
That leaf is issued by the secret store's `pki` mount instead, from a
|
||||
The secret store's `pki` mount issues that leaf instead, from a
|
||||
root generated inside it. `swarm-services-cert.service` logs in with
|
||||
this host's services-issuer certificate, calls
|
||||
`pki/issue/swarm-services`, and writes the result to
|
||||
|
|
@ -54,20 +54,20 @@ copies from. Every hive does this with its own identity, so holding the
|
|||
swarm root's private key stopped being what decides whether a hive can
|
||||
serve its swarm's names.
|
||||
|
||||
The role's `allowed_domains` is read from the same
|
||||
`services.hyperhive.swarm.serviceDomains` the SANs are built from, so
|
||||
asking for a name nobody configured is a refusal from the store naming
|
||||
that name — not a certificate quietly issued for it.
|
||||
The same `services.hyperhive.swarm.serviceDomains` that builds the SANs
|
||||
also populates the role's `allowed_domains`, so asking for a name nobody
|
||||
configured is a refusal from the store naming that name — not a
|
||||
certificate quietly issued for it.
|
||||
|
||||
**The root's public certificate is a file, on every hive:**
|
||||
`/var/lib/hive-tls/swarm-services-root.pem` (0644), written beside the
|
||||
leaf it signed and folded into `trust-bundle.pem`. On the host running
|
||||
the store it is also at
|
||||
`/var/lib/swarm-bao-services-pki/services-root.pem`. That is the file to
|
||||
hand a browser, and no store login is needed to read it — which matters,
|
||||
the store it's also at
|
||||
`/var/lib/swarm-bao-services-pki/services-root.pem`. That's the file to
|
||||
hand a browser, and reading it needs no store login — which matters,
|
||||
because every store listener demands a client certificate.
|
||||
|
||||
**The root is generated once and never again.** The granting unit asks
|
||||
**The granting unit generates the root once, and never again.** It asks
|
||||
the mount whether it already has an issuer (`bao list pki/issuers`)
|
||||
before calling `pki/root/generate/internal`, so a rebuild or a reboot
|
||||
re-asserts the role and the grant without touching the anchor. A root
|
||||
|
|
|
|||
Loading…
Reference in a new issue