docs(run-a-node): note the installer auto-provisions local HTTPS trust - #64
Merged
Conversation
Document that the DIG installer automatically sets up local HTTPS certificate trust on installation, with a name-constrained CA (dig.local, .dig, loopback), and removes it cleanly on uninstall. This covers Windows, macOS, and Linux. Co-Authored-By: Claude <noreply@anthropic.com>
The install-path-lint enforces that every locale copy of an install page is byte-identical to its English source (the tree materializes untranslated English copies; a drifted copy would serve a stranger a stale command). The universal-installer.md edit left its 13 i18n copies drifted — re-sync them. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Document that the DIG installer now automatically sets up local HTTPS certificate trust on installation — across Windows, macOS, and Linux — so
https://dig.localworks out of the box, and that the trust is cleanly removed on uninstall.Changes
docs/run-a-node/local-https.md— retitles the trust section to "The installer provisions local HTTPS trust automatically" and explains the all-platform automatic setup, the name-constraint (dig.local,*.dig, loopback only — so a leaked local CA key can never impersonate a public site), and the uninstall cleanup.docs/run-a-node/universal-installer.md— updates thedig.localsection's HTTPS one-liner to reflect the automatic, name-constrained, cross-platform trust setup + uninstall removal.package.json—0.11.3 → 0.11.4(version-increment gate).Documents the user-facing outcome of the dig-installer TLS-root provisioning shipped in
DIG-Network/dig-installer(installer 0.41.0). No behavior change — docs only.🤖 Generated with Claude Code
Generated by Claude Code