Skip to content
Snippets Groups Projects
Commit f87a526d authored by Arne Øslebø's avatar Arne Øslebø
Browse files

Update install.md

parent 839fd18d
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,9 @@ Start SOCTools: ...@@ -43,6 +43,9 @@ Start SOCTools:
Stop SOCTools: Stop SOCTools:
* `ansible-playbook -i inventories soctools.yml -t stop` * `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 ## 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. 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` 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`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment