Skip to content

Commit 38bd2b5

Browse files
committed
address feedback
1 parent 318655a commit 38bd2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_blog/aut-tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ However, there are a number of drawbacks to WebRTC:
147147

148148
## Origins vs. PeerIDs
149149

150-
The Web security model is anchored to domain names (origins). Moreover, browsers require TLS certificates to be signed by a certificate authority (CA) so as to ensure that the entity requesting a certificate owns the domain name. The role of certificate authorities is to verify that the entity requesting a certificate owns the domain name.
150+
The Web security model is anchored to domain names (origins). Moreover, browsers require TLS certificates to be signed by a certificate authority (CA) to ensure that the entity requesting a certificate owns the domain name. The role of certificate authorities is to verify that the entity requesting a certificate owns the domain name.
151151

152152
On the other hand, libp2p's security model is anchored to PeerIDs: unique identifiers derived from public keys generated by the libp2p node. Unlike CA-signed TLS certificates, PeerIDs can permissionlessly be generated.
153153

0 commit comments

Comments
 (0)