From 339f32c957e06ee8cf952ec57a7132458ffbcd61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Tue, 28 May 2019 13:05:52 +0200 Subject: [PATCH] Simplify the instructions to get the cluster secret --- doc/ipfs_cluster.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/doc/ipfs_cluster.md b/doc/ipfs_cluster.md index 3682fd1..38484ae 100644 --- a/doc/ipfs_cluster.md +++ b/doc/ipfs_cluster.md @@ -1,20 +1,7 @@ # Join the IPFS cluster -## On your local machine - -Get the `encrypted_data_bag_secret` from another core member and copy it to -`.chef/encrypted_data_bag_secret`. It is required to decrypt the infrastructure -secrets. The cluster secret can be used to remove peers and pins, so we cannot make it public. - -From a clone of repository: - -``` -$ ./script/bootstrap # Requires Ruby -$ ./bin/knife solo data bag show credentials ipfs_cluster --secret-file .chef/encrypted_data_bag_secret -WARNING: The encrypted_data_bag_secret option defined in knife.rb was overriden by the command line. -id: ipfs_cluster -secret: *SECRET* -``` +Get the cluster secret from a core team member. The cluster secret can be used +to remove peers and pins, so we cannot make it public. ## On your server @@ -63,4 +50,4 @@ QmTVC6eguRWoS2W18QnPHt64h8t5yQmYRhvoZcdgr4Ax2V | dev | Sees 1 other peers ``` You can now stop the daemon process (ctrl+c) and start it using the service of your choice -(probably Systemd) \ No newline at end of file +(probably Systemd)