Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit f2ccd0f

Browse files
authored
Add links to TLS content. (#33)
Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
1 parent a9140f9 commit f2ccd0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Concepts/TLS-Communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1212
accept TLS communication between itself and Orion.
1313

1414
Use the configuration file options to

docs/Tutorials/TLS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: TLS
44
# TLS
55

66
Orion 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
88
between Orion nodes.
99

1010
Enable 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

0 commit comments

Comments
 (0)