Skip to content
Snippets Groups Projects
Commit c7b3710e authored by Larbi Gharib's avatar Larbi Gharib
Browse files

Doc add home

Change-Id: If26f35ce629a9e9c02d72b089742a3901a3771f6
parent 4a37b07b
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ In order to be completely secure, JAMS does not generate certificates for device
The diagram below shows the entire process of how a device enrolls with JAMS:
<p align="center">
<img src="../img/device_enroll.png" alt="Device Enrollement" style="height:250px;width:400px" />
<img src="img/device_enroll.png" alt="Device Enrollement" style="height:250px;width:400px" />
</p>
......@@ -64,7 +64,7 @@ Please note that any port above 1024 can be safely used to run JAMS.
This account will have administrative control and the rights to manage your users and group of Jami users.
<p align="center">
<img src="../img/step1.png" alt="Create an admin account" />
<img src="img/step1.png" alt="Create an admin account" />
</p>
......@@ -75,8 +75,8 @@ The second step is to define your Certification Authority.
**Important:** a CA is not a server-side ssl certificate, it is a certificate which has the power to issue other certificates. Do not use the import option unless your company's security officer has issued you a CA certificate. Most commercially available certificates (i.e. those issued by godaddy, letsencrypt, etc... ) are not CA certificates. If you are an end-user we highly recommend you use to create a self-signed CA option as providing an incorrect certificate type will lead to a non-functional server.
<p align="center">
<img src="../img/step2-1.png" alt="Create an admin account" />
<img src="../img/step2-2.png" alt="Create an admin account" />
<img src="img/step2-1.png" alt="Create an admin account" />
<img src="img/step2-2.png" alt="Create an admin account" />
</p>
......@@ -101,7 +101,7 @@ JAMS supports 3 different sources for the authentication of users:
If your company provides you with LDAP directory for user management, you will need to know its access information and a automated account which has read-only rights to do use look-ups.
<p align="center">
<img src="../img/ldap.png" />
<img src="img/ldap.png" />
</p>
Your admin should provide you most of this information but we do provide a detailed overview over each field in case you need some extra help:
......@@ -124,7 +124,7 @@ If your company provides you with Active Directory for user management, you will
<p align="center">
<img src="../img/ad.png" />
<img src="img/ad.png" />
</p>
Your admin should provide you most of this information but we do provide a detailed overview over each field in case you need some extra help:
......@@ -145,7 +145,7 @@ Your admin should provide you most of this information but we do provide a detai
The local database does not require any additional configuration, everything in the process is automated. This option allows you to create Jami users on the fly directly from the JAMS interface.
<p align="center">
<img src="../img/local.png" />
<img src="img/local.png" />
</p>
**Advanced settings:** by default, the option "Use public nameserver" is disabled. Usernames of your Jami users will not be stored on the public Jami nameserver and your users will only be able to communicate with users from your organization.
......@@ -155,7 +155,7 @@ If you want your users to be searchable by external users and allow them to comm
## Step 4: setup the server parameters
<p align="center">
<img src="../img/step4.png" />
<img src="img/step4.png" />
</p>
| Parameter | Details |
......@@ -174,7 +174,7 @@ Click on "Set Server Parameters" to finalize the configuration.
You will be redirected to the JAMS interface.
<p align="center">
<img src="../img/jams-dashboard.png" />
<img src="img/jams-dashboard.png" />
</p>
If you have configured JAMS with your LDAP or Active Directory, the list of users should of your organization shoud be visible in JAMS. If you have selected the local embedded database, you can now start creating new users by clicking on "Create User"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment