Skip to content

TLS for name owners: add "Multiple TLS Servers Sharing One CA" example#756

Open
mstrofnone wants to merge 1 commit into
namecoin:betafrom
mstrofnone:tls-docs/multi-server-example
Open

TLS for name owners: add "Multiple TLS Servers Sharing One CA" example#756
mstrofnone wants to merge 1 commit into
namecoin:betafrom
mstrofnone:tls-docs/multi-server-example

Conversation

@mstrofnone
Copy link
Copy Markdown

Adds a new worked example ## Example: Multiple TLS Servers Sharing One CA to docs/name-owners/tls/index.md, inserted between the existing "Issuing a TLS Certificate for a Subdomain" section and the "Issuing a Subordinate CA Certificate for a Subdomain" section.

The existing "Subdomain" example documents the mechanics of -parent-chain + -parent-key, but doesn't actually walk through the multi-server case that bullet point #2 of Concepts mentions:

You can issue TLS certificates that are only valid for certain subdomains. For example, if you have multiple physical servers that each handle a different subset of your subdomains, you can give each of them its own TLS certificate, and a compromised server won't be able to impersonate the others.

This new section spells that out concretely with three machines (apex, api, relay), shows the one-time CA creation, then the three ncgencert -host <fqdn> -parent-chain … -parent-key … invocations, and points the reader at the subordinate-CA section for the third-party-operator case.

Purely additive. No other content is changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant