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

Merge branch 'master' of gitlab.geant.org:gn4-3-wp8-t3.1-soc/soctools

parents de79df3d 59142b82
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,11 @@ To build the Docker images needed, run the ansible playbook: ...@@ -32,7 +32,11 @@ To build the Docker images needed, run the ansible playbook:
To build the CA needed for host and user certificates, run the ansible playbook: To build the CA needed for host and user certificates, run the ansible playbook:
`ansible-playbook -i soctools-inventory buildca.yml` `ansible-playbook -i soctools-inventory buildca.yml`
If using soclab CA certificates provided with this installation, you first need to download and import root certificate found at roles/ca/files/CA/ca.crt.
For Windows, CA certificate should be installed in Trusted Root Certification Authorities store.
User certificates are can be found in the directory roles/ca/files/CA/private. Import into browser for authentication. User certificates are can be found in the directory roles/ca/files/CA/private. Import into browser for authentication.
For Windows, user certificate should be installed in Personal store.
To start the cluster, run the ansible playbook soctools.yml: To start the cluster, run the ansible playbook soctools.yml:
`ansible-playbook -i soctools-inventory soctools.yml -t start` `ansible-playbook -i soctools-inventory soctools.yml -t start`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment