mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 15:01:32 +00:00
docs: Phase 11 follow-on — fix anchor-bearing + remaining inter-doc links
Per Phase 1 audit at cowork/docs-overhaul-phase-1-audit-2026-05-04/.
Sweeps the anchor-bearing inter-doc links that the previous Phase 11
sed pass missed (anchors after .md# weren't matched), plus a few
remaining cross-refs in docs/reference/.
Per source file:
docs/migration/acme-from-caddy.md (1 anchor link):
(./acme-server.md#certificate-readyfalse-with-rejectedidentifier)
→ (../reference/protocols/acme-server.md#certificate-readyfalse-...)
docs/migration/acme-from-cert-manager.md (3 anchor links):
Same shape; all (./acme-server.md#...) → (../reference/protocols/acme-server.md#...)
docs/reference/connectors/index.md (5 walkthrough + reference links):
(./acme-server.md) → (../protocols/acme-server.md)
(./acme-server-threat-model.md) → (../protocols/acme-server-threat-model.md)
(./acme-cert-manager-walkthrough.md) → (../../migration/acme-from-cert-manager.md)
(./acme-caddy-walkthrough.md) → (../../migration/acme-from-caddy.md)
(./acme-traefik-walkthrough.md) → (../../migration/acme-from-traefik.md)
docs/reference/protocols/acme-server.md (3 walkthrough links):
(./acme-cert-manager-walkthrough.md) → (../../migration/acme-from-cert-manager.md)
(./acme-caddy-walkthrough.md) → (../../migration/acme-from-caddy.md)
(./acme-traefik-walkthrough.md) → (../../migration/acme-from-traefik.md)
docs/reference/protocols/acme-server-threat-model.md (1 cross-dir):
(./tls.md) → (../../operator/tls.md)
After this commit, every grep for old-style `./<old-doc-name>.md` links
returns clean across docs/migration/, docs/reference/, and
docs/operator/.
This commit is contained in:
@@ -813,16 +813,16 @@ issued, SCEP-issued certs).
|
||||
|
||||
See:
|
||||
|
||||
- [ACME Server Reference](./acme-server.md) — env-var reference,
|
||||
- [ACME Server Reference](../protocols/acme-server.md) — env-var reference,
|
||||
endpoints, auth-mode decision tree, RFC 8555 conformance statement,
|
||||
troubleshooting, FAQ.
|
||||
- [cert-manager Walkthrough](./acme-cert-manager-walkthrough.md) — kind
|
||||
- [cert-manager Walkthrough](../../migration/acme-from-cert-manager.md) — kind
|
||||
→ cert-manager → certctl-server → Certificate flow.
|
||||
- [Caddy Walkthrough](./acme-caddy-walkthrough.md) — Caddyfile `acme_ca`
|
||||
- [Caddy Walkthrough](../../migration/acme-from-caddy.md) — Caddyfile `acme_ca`
|
||||
+ trust configuration.
|
||||
- [Traefik Walkthrough](./acme-traefik-walkthrough.md) — `certificatesResolvers`
|
||||
- [Traefik Walkthrough](../../migration/acme-from-traefik.md) — `certificatesResolvers`
|
||||
+ `serversTransport.rootCAs`.
|
||||
- [Threat Model](./acme-server-threat-model.md) — JWS forgery
|
||||
- [Threat Model](../protocols/acme-server-threat-model.md) — JWS forgery
|
||||
resistance, nonce store integrity, HTTP-01 SSRF, DNS-01 cache
|
||||
posture, TLS-ALPN-01 chain-not-validated rationale, rate-limit
|
||||
tuning, audit trail.
|
||||
|
||||
Reference in New Issue
Block a user