From 8ee288e1804593aa7e9a8c0a20a719c5103103ba Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 18 Jun 2018 09:08:59 +0300 Subject: Fix: spellos --- install.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install.mdwn') diff --git a/install.mdwn b/install.mdwn index 2c1033c..2b215d5 100644 --- a/install.mdwn +++ b/install.mdwn @@ -29,7 +29,7 @@ To install ick, you need: # Get Ansible playbooks and roles The actual playbooks for ick are in the `ick2-ansible.git` repository. -They rely on some generic, reuseable roles in the `debian-ansible.git` +They rely on some generic, reusable roles in the `debian-ansible.git` repository, so you need a copy of that as well. You'll also need the Qvisqve source code to create encrypted client secrets for authentication. @@ -79,7 +79,7 @@ You will need to generate some of the secrets: * `gpg --with-colons --fingerprint ICKAPTKEY | grep "^fpr:" | head -1 | cut -d: -f10` You need to insert the contents of `apt.key` and `apt.key.pub` as the -valuess of `apt_signing_key` and `apt_signing_key_pub` variables, and +values of `apt_signing_key` and `apt_signing_key_pub` variables, and the key fingerprint as the value of `apt_signing_key_fingerprint`. ## Generate SSH key for workers @@ -87,7 +87,7 @@ the key fingerprint as the value of `apt_signing_key_fingerprint`. * `ssh-keygen -N '' -f worker.key` You need to insert the contents of `worker.key` and `worker.key.pub` as the -valuess of `wm_ssh_key` and `wm_ssh_key_pub` variables. +values of `wm_ssh_key` and `wm_ssh_key_pub` variables. ## Generate Qvisqve client secret hash and salt @@ -95,7 +95,7 @@ valuess of `wm_ssh_key` and `wm_ssh_key_pub` variables. This will ask you for the client secret, and then output a few lines of output. The secret is a shared secret, like a password, which the -admin user, or a worker host, and qvisqve use to authenticate. +admin user, or a worker host, and Qvisqve use to authenticate. From that output extract `hash` and `salt` and insert them as the values of `qvisqve_worker1_hash` and `qvisqve_worker1_salt`. -- cgit v1.2.1