Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add autotls blog post #137

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

add autotls blog post #137

wants to merge 3 commits into from

Conversation

2color
Copy link
Contributor

@2color 2color commented Dec 20, 2024

TODO before merging

@2color 2color requested review from cewood and lidel December 20, 2024 13:24
@2color 2color assigned aschmahmann and unassigned aschmahmann Dec 20, 2024
@2color 2color requested a review from aschmahmann December 20, 2024 13:24
src/_blog/aut-tls.md Outdated Show resolved Hide resolved
src/_blog/aut-tls.md Outdated Show resolved Hide resolved
src/_blog/aut-tls.md Outdated Show resolved Hide resolved
src/_blog/aut-tls.md Outdated Show resolved Hide resolved
With AutoTLS, the end result is:

1. Your libp2p node, identified by a PeerID, has a wild card certificate for `*.<PeerID>.libp2p.direct`.
2. The authoritative DNS server `*.<PeerID>.libp2p.direct` (part of the AutoTLS service) maps DNS names to your libp2p node's IP addresses statelessly.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
2. The authoritative DNS server `*.<PeerID>.libp2p.direct` (part of the AutoTLS service) maps DNS names to your libp2p node's IP addresses statelessly.
2. The authoritative DNS server `ns*.libp2p.direct` (part of the AutoTLS service) maps DNS names to your libp2p node's IP addresses statelessly.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you intend to indicate that it's the NS record, how about:

Suggested change
2. The authoritative DNS server `*.<PeerID>.libp2p.direct` (part of the AutoTLS service) maps DNS names to your libp2p node's IP addresses statelessly.
2. The authoritative DNS server `NS *.libp2p.direct` (part of the AutoTLS service) maps DNS names to your libp2p node's IP addresses statelessly.

src/_blog/aut-tls.md Outdated Show resolved Hide resolved
src/_blog/aut-tls.md Outdated Show resolved Hide resolved
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.

3 participants