Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/Concepts/TLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ description: TLS overview
# TLS Communication

Hyperledger Besu supports TLS to secure client and server communication. The
client (EthSigner) or server (Orion) must also be configured for TLS
client ([EthSigner](https://docs.ethsigner.pegasys.tech/en/latest/Concepts/TLS/))
or server ([Orion](https://docs.orion.pegasys.tech/en/latest/Concepts/TLS-Communication/)) must also be configured for TLS

![Besu TLS](../images/Besu_TLS.png)

Expand Down
7 changes: 3 additions & 4 deletions docs/HowTo/Configure/Configure-TLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ description: Configure TLS
# Configure TLS

Hyperledger Besu supports TLS for client and server communication. For example, you can
[configure TLS](../../Concepts/TLS.md) for communication between EthSigner and Besu, and Besu and
Orion.
[configure TLS](../../Concepts/TLS.md) for communication between [EthSigner](https://docs.ethsigner.pegasys.tech/en/latest/Concepts/TLS/) and Besu, and Besu and [Orion](https://docs.orion.pegasys.tech/en/latest/Concepts/TLS-Communication/).

Configure TLS communication from the command line.

Expand All @@ -21,7 +20,7 @@ Allow clients (for example a dApp, curl, or EthSigner) to send and receive secur

**Client Prerequisites**:

* Configure the client for TLS.
* [Configure the client for TLS](https://docs.ethsigner.pegasys.tech/en/latest/HowTo/Configure-TLS/#server-tls-connection).
* Client's PKCS #12 keystore information.

### Create the Known Clients File
Expand Down Expand Up @@ -85,7 +84,7 @@ Allow Besu to securely communicate with the server (Orion).

**Server Prerequisites**:

* Configure the server to allow TLS communication.
* [Configure the server to allow TLS communication](https://docs.orion.pegasys.tech/en/latest/Tutorials/TLS/).
* Server's certificate information.

### Create the Known Servers file
Expand Down