From 685f101a1e05a672e2ed21b291574bf5b3c1e8e9 Mon Sep 17 00:00:00 2001 From: Demilade Sonuga Date: Wed, 16 Jul 2025 14:18:54 +0100 Subject: [PATCH] Update docs to include info about permissions for consenus keys --- README.md | 6 ++++++ assets/finish.msg | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 041a3c1..dcc51b7 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,12 @@ right directory with the right name, copy the following command: rusk-wallet export -d /opt/dusk/conf -n consensus.keys ``` +Also ensure that the proper permissions are set for the keys: + +```sh +chown dusk:dusk /opt/dusk/conf/consensus.keys +``` + ### 🔐 Set consensus password Run the following command and it will prompt you to enter the password for the diff --git a/assets/finish.msg b/assets/finish.msg index d379777..c42ccb4 100644 --- a/assets/finish.msg +++ b/assets/finish.msg @@ -6,7 +6,10 @@ Run the following commands: rusk-wallet restore rusk-wallet export -d /opt/dusk/conf -n consensus.keys -2. Set DUSK_CONSENSUS_KEYS_PASS (use /opt/dusk/bin/setup_consensus_pwd.sh) +2. Ensure that the proper permissions are set for the keys: +chown dusk:dusk /opt/dusk/conf/consensus.keys + +3. Set DUSK_CONSENSUS_KEYS_PASS (use /opt/dusk/bin/setup_consensus_pwd.sh) Run the following command: sh /opt/dusk/bin/setup_consensus_pwd.sh