Skip to content

Commit

Permalink
resolved comments from Iulian
Browse files Browse the repository at this point in the history
  • Loading branch information
katunopolis committed Jun 10, 2024
1 parent 9f04fcd commit 5ba30bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/validators/key-management/multikey-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,6 @@ The BLS keys' identities, on the other hand will have the following names & iden

### Migration guide from single-key operation to multikey

:::warning
This guide can lead to potential node jailing if done incorrectly. Make sure that you understand completely all the steps involved.

We strongly suggest to practice this process first on the public testnet. You should gather invaluable experience and know how.
:::

Whenever deciding to switch from single-key operation to multikey, the following steps on how to execute this process can be considered:
1. Create your `allValidatorsKeys.pem` by manually (or through a text tool) concatenate all your `validatorKey.pem` files;
2. Start a multikey group, **configure it as a backup group**, provide the `allValidatorsKeys.pem` file to all the nodes forming the group;
Expand All @@ -332,6 +326,12 @@ Whenever deciding to switch from single-key operation to multikey, the following

Make sure that all operations from step 6 are made as quickly as possible. In case this step takes a long time, the backup multikey group should take over.

:::warning
This guide can lead to potential node jailing if done incorrectly. Make sure that you understand completely all the steps involved.

We strongly suggest to practice this process first on the public testnet. You should gather invaluable experience and know how.
:::

:::caution
Always attempt this process while closely monitor your nodes. If done correctly, your nodes might experience a brief rating drop (until the backup group takes over - if necessary)
:::
Expand Down Expand Up @@ -389,8 +389,8 @@ mkdir .ssh && chmod 700 .ssh && cd .ssh/
nano authorized_keys
```

Paste your pubkey & save & exit
The pubkey can be obtained by typing `cat ~/.ssh/id_rsa.pub` (or the name of your key)
Paste your pubkey, save & exit
The pubkey can be obtained by typing `cat ~/.ssh/id_rsa.pub` (or the name of your key) on the machine that will be used to connect to this host

```bash
chmod 600 authorized_keys
Expand Down

0 comments on commit 5ba30bd

Please sign in to comment.