aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-10-16 11:04:36 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-10-16 11:04:46 +0200
commit6942355d439d2c4e3a1628a6b104ac9b98c6e6e5 (patch)
tree22ce0f46749ce7c081706df4c6b251dd9bc932c0 /README.md
parentc3a30aababfc81f1f63253636e7dde38a0b1c204 (diff)
downloadnixcfg-6942355d439d2c4e3a1628a6b104ac9b98c6e6e5.tar.gz
nixcfg-6942355d439d2c4e3a1628a6b104ac9b98c6e6e5.zip
update readme.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 0 insertions, 29 deletions
diff --git a/README.md b/README.md
index ef3f082..11b0346 100644
--- a/README.md
+++ b/README.md
@@ -58,35 +58,6 @@ To upgrade NixOS, use the `./upgrade_nixos` script instead (it has the same synt
**When adding a node to the cluster:** just do `./deploy_nixos <cluster_name> <name_of_new_node>`
-### Deploying Wesher
-
-We use Wesher to provide an encrypted overlay network between nodes in the cluster.
-This is usefull in particular for securing services that are not able to do mTLS,
-but as a security-in-depth measure, we make all traffic go through Wesher even when
-TLS is done correctly. It is thus mandatory to have a working Wesher installation
-in the cluster for it to run correctly.
-
-First, if no Wesher shared secret key has been generated for this cluster yet,
-generate it with:
-
-```
-./gen_wesher_key <cluster_name>
-```
-
-This key will be stored in `pass`, so you must have a working `pass` installation
-for this script to run correctly.
-
-Then, deploy the key on all nodes with:
-
-```
-./deploy_wesher_key <cluster_name>
-```
-
-This should be done after `./deploy_nixos` has run successfully on all nodes.
-You should now have a working Wesher network between all your nodes!
-
-**When adding a node to the cluster:** just do `./deploy_wesher_key <cluster_name> <name_of_new_node>`
-
### Generating and deploying a PKI for Consul and Nomad
This is very similar to how we do for Wesher.