This repository was archived by the owner on Feb 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Orion supports TLS to secure communication to a client
88
99![ Orion TLS] ( ../images/Orion_TLS.png )
1010
11- The client (in this example, Hyperledger Besu) must be configured to send and
11+ [ The client (in this example, Hyperledger Besu) must be configured] ( https://besu.hyperledger.org/en/latest/HowTo/Configure/Configure-TLS/ ) to send and
1212accept TLS communication between itself and Orion.
1313
1414Use the configuration file options to
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: TLS
44# TLS
55
66Orion supports the Transport Layer Security (TLS) protocol to enable secure
7- communications between clients (for example Besu) and Orion, and
7+ communications between clients (for example [ Besu] ( https://besu.hyperledger.org/en/latest/Concepts/TLS/ ) ) and Orion, and
88between Orion nodes.
99
1010Enable TLS and set TLS properties in the [ Orion configuration file] ( ../Reference/Configuration-File.md ) :
@@ -185,7 +185,7 @@ You can [use Orion to generate certificates](Generating-Certificates.md#generati
185185
186186## Client-to-Orion TLS Properties
187187
188- Properties to configure TLS between the client (for example Besu) and Orion.
188+ Properties to configure TLS between the client (for example [ Besu] ( https://besu.hyperledger.org/en/latest/Concepts/TLS/ ) ) and Orion.
189189
190190### clientconnectiontls
191191
You can’t perform that action at this time.
0 commit comments