tls/: Fix typo (#365)

This commit is contained in:
Sönke Hahn
2021-09-25 12:41:49 -04:00
committed by GitHub
parent 7fe1dea162
commit 3785e29374

View File

@@ -50,7 +50,7 @@ When negotiating the usage of this handshake dynamically, via a protocol agreeme
## Peer Authentication
In order to be able use arbitrary key types, peers dont use their host key to sign the X.509 certificate they send during the handshake. Instead, the host key is encoded into the [libp2p Public Key Extension](#libp2p-public-key-extension), which is carried in a self-signed certificate.
In order to be able to use arbitrary key types, peers dont use their host key to sign the X.509 certificate they send during the handshake. Instead, the host key is encoded into the [libp2p Public Key Extension](#libp2p-public-key-extension), which is carried in a self-signed certificate.
The key used to generate and sign this certificate SHOULD NOT be related to the host's key. Endpoints MAY generate a new key and certificate for every connection attempt, or they MAY reuse the same key and certificate for multiple connections.