From f87a526de0464fdc160a2c90a57b98e625e283b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20=C3=98sleb=C3=B8?= <arne.oslebo@uninett.no> Date: Tue, 16 Feb 2021 11:51:33 +0100 Subject: [PATCH] Update install.md --- doc/install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/install.md b/doc/install.md index c27d526..7c296e3 100644 --- a/doc/install.md +++ b/doc/install.md @@ -43,6 +43,9 @@ Start SOCTools: Stop SOCTools: * `ansible-playbook -i inventories soctools.yml -t stop` +## Errors building SOCTools +If there are any errors during building of SOCTools then it is often best to start from the top. The easiest way is to delete any existing Docker images that are already built and then restart the installation. To prune existing Docker images run `docker system prune -a`. This command will delete all images so it assumes that SOCTools is the only service running on the server. + ## Certificates To access the web interfaces of the various services in SOCTools, you need to import the root certificate located in `secrets/CA/ca.crt`. For windows the CA certificate should be installed in the Trusted Root Certficiation Authorities store. User authentication is done using client certificates. A certificate is generated automatically for all users specified in the file `group_vars/all/users.yml`and can be found in the directory `secrets/certificates`. Passwords for the certificates can be fdound in the directory `secrets/passwords` -- GitLab