Skip to content

Commit

Permalink
Remove Hyperledger from product name (#285)
Browse files Browse the repository at this point in the history
* remove hyperledger from product name

* make active voice
  • Loading branch information
joaniefromtheblock authored Sep 18, 2024
1 parent 3a5ac79 commit 53a73a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/concepts/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ with HashiCorp Vault.

Private keys and certificates for client and server TLS connections must be stored in
password-protected PKCS #12 keystores.
The server (in this example, [Hyperledger Besu](https://besu.hyperledger.org/)) must be configured
to accept TLS connections.
You must configure the server (in this example, [Besu](https://besu.hyperledger.org/)) to accept TLS connections.

Use the command line options to configure TLS on [HTTP JSON-RPC requests](../how-to/configure-tls.md)
and [HashiCorp Vault](../how-to/store-keys/vaults/hashicorp.md).
2 changes: 1 addition & 1 deletion docs/reference/api/json-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';

:::note
- All JSON-RPC HTTP examples use the default host and port endpoint `http://127.0.0.1:8545`.
- The examples use Hyperledger Besu, but you can use any Ethereum execution client.
- The examples use Besu, but you can use any Ethereum execution client.
:::

## `eth_accounts`
Expand Down

0 comments on commit 53a73a4

Please sign in to comment.