summaryrefslogtreecommitdiff
path: root/install.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-18 09:08:59 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-18 09:08:59 +0300
commit8ee288e1804593aa7e9a8c0a20a719c5103103ba (patch)
tree56807cad29b7ee64149d8e75fb6f3d99ac1bedcf /install.mdwn
parenta0c35c5e2476053449ce139a82f31d2e5c2bdaf9 (diff)
downloadick.liw.fi-8ee288e1804593aa7e9a8c0a20a719c5103103ba.tar.gz
Fix: spellos
Diffstat (limited to 'install.mdwn')
-rw-r--r--install.mdwn8
1 files changed, 4 insertions, 4 deletions
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`.