The notes are original operational summaries. This page lists the public material used to check protocol details, server behavior, and command examples. The links are the authority; the summaries on this site are not substitutes for reading the relevant specification.

All references below were reviewed on 2026-08-22. Most links were also reachable in the release environment; the OpenBSD manual endpoints intermittently timed out during the final automated reachability pass, so their stable manual URLs are recorded without claiming that pass succeeded. An access date does not imply that an upstream document will never change.

HTTP and discovery

ReferenceUsed for
RFC 9110 — HTTP SemanticsStatus codes, validators, conditional requests, and redirect semantics.
RFC 9111 — HTTP CachingFreshness, revalidation, Cache-Control, Age, and Vary.
RFC 7538 — 308 Permanent RedirectPermanent redirects that do not change the request method.
RFC 9309 — Robots Exclusion ProtocolThe /robots.txt file, parsing, and crawler scope.
RFC 1034 — Domain Names: Concepts and FacilitiesDNS caching and resolver behavior.
RFC 1035 — Domain Names: Implementation and SpecificationRecord formats and TTL fields.
RFC 2308 — Negative Caching of DNS QueriesCached negative answers and their lifetime.
Sitemaps ProtocolXML encoding, host scope, and sitemap size limits.
MDN: Cache-ControlPractical examples and browser-facing terminology.
MDN: Content Security PolicyResource policies and deployment guidance.
MDN: Strict-Transport-SecurityHTTPS-only browser policy and deployment cautions.

Servers and operations

ReferenceUsed for
Caddy: file_serverStatic file serving and root selection.
Caddy: headerResponse-header configuration.
Caddy: encodeNegotiated response compression.
Caddy: Automatic HTTPSCertificate provisioning and HTTPS redirects.
systemd.serviceType=, restart behavior, and start-rate limiting.
systemd.unitUnit dependencies and start-limit settings.
OpenBSD ssh_configStrictHostKeyChecking and known-host handling.
OpenBSD ssh-keygenHost-key fingerprint inspection.
curl manualThe command-line options used by the inspection helpers.
OpenSSL s_clientTLS connection and SNI inspection.
OpenSSL x509Certificate dates, fingerprints, and expiry checks.
Hugo command referenceClean static-site builds and command options.
Hugo directory structureSource, layout, asset, and static-file boundaries.
GNU tar manualArchive creation and verification.

The site does not claim affiliation with any of these projects. Their names and documents remain the property of their respective authors and maintainers.