This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* testnet docs * more changes * testnet and validators
- Loading branch information
Showing
18 changed files
with
893 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!-- | ||
order: 1 | ||
--> | ||
|
||
# Tendermint KMS | ||
|
||
[Tendermint KMS](https://github.com/iqlusioninc/tmkms) is a key management service that allows separating key management from Tendermint nodes. In addition it provides other advantages such as: | ||
|
||
- Improved security and risk management policies | ||
- Unified API and support for various HSM (hardware security modules) | ||
- Double signing protection (software or hardware based) | ||
|
||
It is recommended that the KMS service runs in a separate physical hosts. | ||
|
||
## Building | ||
|
||
Detailed build instructions can be found [here](https://github.com/iqlusioninc/tmkms#installation). | ||
|
||
::: tip | ||
When compiling the KMS, ensure you have enabled the applicable features: | ||
::: | ||
|
||
| Backend | Recommended Command line | | ||
|-------------------------|-----------------------------------| | ||
| YubiHSM | `cargo build --features yubihsm` | | ||
| Ledger + Tendermint App | `cargo build --features ledgertm` | | ||
|
||
## Configuration | ||
|
||
A KMS can be configured using the following HSMs: | ||
|
||
### Using a YubiHSM | ||
|
||
Detailed information on how to setup a KMS with YubiHSM2 can be found [here](https://github.com/iqlusioninc/tmkms/blob/master/README.yubihsm.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 7 additions & 4 deletions
11
docs/testnet/security.md → docs/guides/validators/checklist.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.