From e6c353dcac03eb903d8d48596adcb689c7c04948 Mon Sep 17 00:00:00 2001 From: Kiril KJiroski <kiril.kjiroski@finki.ukim.mk> Date: Mon, 31 Oct 2022 09:44:57 +0000 Subject: [PATCH] Update quickstart.md --- doc/quickstart.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/quickstart.md b/doc/quickstart.md index 7d9e1fb..0abccab 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -26,7 +26,7 @@ The configuration script will guide you through the quick start process `./configure.sh` -First you need to fill in configuration file access.ips, which contains IP addresses and Networks that will be used to build access lists for services accessible from outside. +First you need to fill in configuration file `access.ips`, which contains IP addresses and Networks that will be used to build access lists for services accessible from outside. - If you want to skip over access list creation process and use default access list, on "Do you want to modify/edit this file now?", press [Enter] or type no and press [Enter] @@ -38,7 +38,7 @@ We also need the name of your chosen domain in the last step. - On "Organization's top level domain (will be used as organization name and organization domain in different services)", type the name of the domain used for hosting FQDN entered in the previous step and press [Enter] -Following questions help us prepare your username and certificates that will be used to access various Tools in SOCTools. It also configures these parameters in group_vars/all/variables.yml. +Following questions help us prepare your username and certificates that will be used to access various Tools in SOCTools. It also configures these parameters in `group_vars/all/variables.yml`. - On "firstame:" type your name and press [Enter] - On "lastname:" type your surname and press [Enter] @@ -48,9 +48,9 @@ Following questions help us prepare your username and certificates that will be After entering 'yes' and pressing [Enter], following files and folders will be modified: -- access.ips -- group_vars/all/variables.yml -- roles/haproxy/files/ +- `access.ips` +- `group_vars/all/variables.yml` +- `roles/haproxy/files/` Also, firstame, lastname, and username will be used in the future step, while building CA and certificates for user access -- GitLab