From 1bc4a69c5d7dac0e9373b70a7fe54f14bcfaa3f1 Mon Sep 17 00:00:00 2001 From: Gus Narea Date: Fri, 19 Jul 2024 12:00:09 +0100 Subject: [PATCH] RS-002: Clarify what we mean by "channel" and "binding" messages --- rs002-pki.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rs002-pki.md b/rs002-pki.md index dcf9729..d660803 100644 --- a/rs002-pki.md +++ b/rs002-pki.md @@ -97,7 +97,8 @@ Conversely, an Internet gateway will start with one certificate (self-issued), p Self-issued certificates MUST only be used to issue certificates to peers, and therefore such certificates will be the root for a PDA or a [Cargo Delivery Authorization (CDA)](#cargo-delivery-authorization-cda). Self-issued certificates MUST NOT be used to sign channel or binding messages. -Certificates issued by peers MUST be used to sign channel and binding messages like cargoes. A certificate issued by a private gateway to its Internet peer is known as a CDA, and additional requirements and recommendations apply. +Certificates issued by peers MUST be used to sign [channel](rs000-core.md#gateway-messaging-protocol) and [binding](rs000-core.md#gateway-synchronization-binding) messages like cargoes. +A certificate issued by a private gateway to its Internet peer is known as a CDA, and additional requirements and recommendations apply. ### Cargo Delivery Authorization (CDA)