@@ -22,10 +22,30 @@ Download the current version using:
...
@@ -22,10 +22,30 @@ Download the current version using:
`cd soctools`
`cd soctools`
First you need to fill in quick configuration files:
The configuration script will guide you through the quick start process
`./configure.sh`
`./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.
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]
Next, we are going to set Fully Qualified Domain Name for your SOCTools server.
On "set FQDN which will be used to access the soctools services. (the DNS record should already be in place.)" you should already have set up hostname and DNS record, so type it here and press [Enter]
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 your domain 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.
On "firstame:" type your name and press [Enter]
On "lastname:" type your surname and press [Enter]
On "username:" type the username you want to use and press [Enter]
On "Enter CN for Certificate [username]:" press [Enter]
On "Correct? type 'yes' or 'no':", type yes and press [Enter]
After entering 'yes' and pressing [Enter], following files and folders will be modified:
- 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
* On "Do you want to modify/edit this file now?", press [Enter] or type no and press [Enter]
* On "Do you want to modify/edit this file now?", press [Enter] or type no and press [Enter]
* On "set FQDN which will be used to access the soctools services. (the DNS record should already be in place.)" you should already have set up hostname and DNS record, so type it here and press [Enter]
* On "set FQDN which will be used to access the soctools services. (the DNS record should already be in place.)" you should already have set up hostname and DNS record, so type it here and press [Enter]
* On "Organization's top level domain (will be used as organization name and organization domain in different services)" you can use the part after the first "." in your DNS record. Type it and press [Enter]
* On "Organization's top level domain (will be used as organization name and organization domain in different services)" you can use the part after the first "." in your DNS record. Type it and press [Enter]