From 59142b82fe5885e0d3c26946d7b431d6f566e114 Mon Sep 17 00:00:00 2001 From: Kiril KJiroski <kiril.kjiroski@finki.ukim.mk> Date: Wed, 18 Nov 2020 13:52:01 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c4caeea..66ee3f8 100644 --- a/README.md +++ b/README.md @@ -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: `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. +For Windows, user certificate should be installed in Personal store. To start the cluster, run the ansible playbook soctools.yml: `ansible-playbook -i soctools-inventory soctools.yml -t start` -- GitLab