From 7ccee6155743c4606c034943bbab370b2c64537e Mon Sep 17 00:00:00 2001 From: Tess Rinearson Date: Fri, 16 Oct 2020 11:33:49 +0200 Subject: [PATCH] docs/tools: update url for kms repo (#5510) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- docs/tools/remote-signer-validation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tools/remote-signer-validation.md b/docs/tools/remote-signer-validation.md index 22311435c..3099d7e4d 100644 --- a/docs/tools/remote-signer-validation.md +++ b/docs/tools/remote-signer-validation.md @@ -5,7 +5,7 @@ repository](https://github.com/tendermint/tendermint). The Tendermint remote signer test harness facilitates integration testing between Tendermint and remote signers such as -[KMS](https://github.com/tendermint/kms). Such remote signers allow for signing +[tkkms](https://github.com/iqlusioninc/tmkms). Such remote signers allow for signing of important Tendermint messages using [HSMs](https://en.wikipedia.org/wiki/Hardware_security_module), providing additional security. @@ -49,14 +49,14 @@ make docker-image ## Running against KMS As an example of how to use `tm-signer-harness`, the following instructions show -you how to execute its tests against [KMS](https://github.com/tendermint/kms). +you how to execute its tests against [tkkms](https://github.com/iqlusioninc/tmkms). For this example, we will make use of the **software signing module in KMS**, as the hardware signing module requires a physical [YubiHSM](https://www.yubico.com/products/yubihsm/) device. ### Step 1: Install KMS on your local machine -See the [KMS repo](https://github.com/tendermint/kms) for details on how to set +See the [tkkms repo](https://github.com/iqlusioninc/tmkms) for details on how to set KMS up on your local machine. If you have [Rust](https://www.rust-lang.org/) installed on your local machine,