Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hyperledger/besu-docs into hyp-link
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarla committed Oct 4, 2024
2 parents f98accc + 2c6dc29 commit ac5553e
Show file tree
Hide file tree
Showing 14 changed files with 84 additions and 425 deletions.
2 changes: 1 addition & 1 deletion DCO.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ command, providing your `user.name` and `user.email` are setup correctly.
For more information about DCO, see the
[Besu wiki](https://wiki.hyperledger.org/pages/viewpage.action?pageId=24772914).
If you have any questions, you can reach us on the
[Besu channel on Hyperledger Discord](https://discord.gg/hyperledger).
[Besu channel on Discord](https://discord.gg/hyperledger).
13 changes: 0 additions & 13 deletions docs/private-networks/concepts/pki.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,4 @@ When receiving connection requests, the incoming connection must be from another

[Configure TLS for the P2P communication using the Besu command line options](../how-to/configure/tls/p2p.md).

## Block proposal permissioning

:::caution

Only private networks using the [QBFT consensus protocol] support block proposal permissioning.

:::

Use certificates issued by a trusted authority to ensure only authorized validator nodes can propose new blocks in the network. The block hash is signed by the validator private certificate and included in the header of the proposed block as a [CMS (Cryptographic Message Syntax)]. This is used by other validators to verify that the proposer is authorized to create a block in the network.

[Configure block proposal permissioning using the Besu command line options](../how-to/configure/block-proposal-permissioning.md).

[QBFT consensus protocol]: ../how-to/configure/consensus/qbft.md
[CMS (Cryptographic Message Syntax)]: https://en.wikipedia.org/wiki/Cryptographic_Message_Syntax
349 changes: 0 additions & 349 deletions docs/private-networks/how-to/configure/block-proposal-permissioning.md

This file was deleted.

Loading

0 comments on commit ac5553e

Please sign in to comment.