From 8065bf39070937f742357dd9e39b5e5bd8c175d2 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 12:59:45 +0100
Subject: [PATCH] Update install.md

---
 doc/install.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/install.md b/doc/install.md
index 7c51272..8e77a91 100644
--- a/doc/install.md
+++ b/doc/install.md
@@ -53,7 +53,7 @@ If there are any errors during building of SOCTools then it is often best to sta
 
 ## 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`
+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 found in the directory `secrets/passwords`. Install one of the client certificates in the the browser to access the web interfaces of SOCTools.
 
 ## Web interfaces
 All Web interfaces of the various services are access by going to `https://<server name>:<port>/`using the following port numbers:
-- 
GitLab