Skip to content
Snippets Groups Projects
Commit ba06c6b2 authored by ovari's avatar ovari
Browse files

jams/index.md: table

Update pure HTML tables to show bold formatting
**…** → <strong>…</strong>

Change-Id: I56f02b742890586bb4131c2d41590c29a207a4b9
parent 4465eafa
No related branches found
No related tags found
No related merge requests found
...@@ -44,27 +44,27 @@ The source code is available at <https://git.jami.net/savoirfairelinux/jami-jams ...@@ -44,27 +44,27 @@ The source code is available at <https://git.jami.net/savoirfairelinux/jami-jams
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>**Processor**</td> <td><strong>Processor</strong></td>
<td>1 gigahertz (GHz) or faster with 1 or more cores on a compatible 64-bit processor or System on a Chip (SoC).</td> <td>1 gigahertz (GHz) or faster with 1 or more cores on a compatible 64-bit processor or System on a Chip (SoC).</td>
</tr> </tr>
<tr> <tr>
<td>**RAM**</td> <td><strong>RAM</strong></td>
<td>4 gigabytes (GB).</td> <td>4 gigabytes (GB).</td>
</tr> </tr>
<tr> <tr>
<td>**Storage**</td> <td><strong>Storage</strong></td>
<td>1 gigabyte (GB) of available storage space.</td> <td>1 gigabyte (GB) of available storage space.</td>
</tr> </tr>
<tr> <tr>
<td>**Operating system**</td> <td><strong>Operating system</strong></td>
<td>GNU/Linux, Apple macOS, or Microsoft Windows.</td> <td>GNU/Linux, Apple macOS, or Microsoft Windows.</td>
</tr> </tr>
<tr> <tr>
<td>**Java**</td> <td><strong>Java</strong></td>
<td>Version 11 or higher.</td> <td>Version 11 or higher.</td>
</tr> </tr>
<tr> <tr>
<td>**Database**</td> <td><strong>Database</strong></td>
<td>LDAP-compatible directory (such as [OpenLDAP](https://www.openldap.org/)), Microsoft Active Directory (AD), or a local embedded database.</td> <td>LDAP-compatible directory (such as [OpenLDAP](https://www.openldap.org/)), Microsoft Active Directory (AD), or a local embedded database.</td>
</tr> </tr>
</tbody> </tbody>
...@@ -147,15 +147,15 @@ java -jar jams-launcher.jar PORT SSL_CERTIFICATE SSL_CERTIFICATE_KEY ...@@ -147,15 +147,15 @@ java -jar jams-launcher.jar PORT SSL_CERTIFICATE SSL_CERTIFICATE_KEY
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>**PORT**</td> <td><strong>PORT</strong></td>
<td>The TCP port on which JAMS is to listen for incoming connections.</td> <td>The TCP port on which JAMS is to listen for incoming connections.</td>
</tr> </tr>
<tr> <tr>
<td>**SSL_CERTIFICATE**</td> <td><strong>SSL_CERTIFICATE</strong></td>
<td>The location of the PEM-formatted SSL Certificate file.</td> <td>The location of the PEM-formatted SSL Certificate file.</td>
</tr> </tr>
<tr> <tr>
<td>**SSL_CERTIFICATE_KEY**</td> <td><strong>SSL_CERTIFICATE_KEY</strong></td>
<td>The location of the PEM-formatted key file, which is used with the SSL Certificate file from above.</td> <td>The location of the PEM-formatted key file, which is used with the SSL Certificate file from above.</td>
</tr> </tr>
</tbody> </tbody>
...@@ -221,27 +221,27 @@ The admin should provide most of the required information; however, below is a d ...@@ -221,27 +221,27 @@ The admin should provide most of the required information; however, below is a d
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>**Use StartTLS**</td> <td><strong>Use StartTLS</strong></td>
<td>The LDAP server can be configured to use either TLS/STARTTLS or PLAIN sockets; if STARTTLS is used, mark the value as true.</td> <td>The LDAP server can be configured to use either TLS/STARTTLS or PLAIN sockets; if STARTTLS is used, mark the value as true.</td>
</tr> </tr>
<tr> <tr>
<td>**Server Address**</td> <td><strong>Server Address</strong></td>
<td>The address of the server with respect to the JAMS server, the LDAP is not required to be publicly accessible but should be accessible to JAMS. Either `ldap://` or `ldaps://` should precede the address.</td> <td>The address of the server with respect to the JAMS server, the LDAP is not required to be publicly accessible but should be accessible to JAMS. Either `ldap://` or `ldaps://` should precede the address.</td>
</tr> </tr>
<tr> <tr>
<td>**Port**</td> <td><strong>Port</strong></td>
<td>The port on which the LDAP server is listening for requests (usually 389 for PLAIN/STARTTLS and 636 for SSL/TLS).</td> <td>The port on which the LDAP server is listening for requests (usually 389 for PLAIN/STARTTLS and 636 for SSL/TLS).</td>
</tr> </tr>
<tr> <tr>
<td>**Administrator Username**</td> <td><strong>Administrator Username</strong></td>
<td>This is **NOT** the LDAP's administration account credentials but the credentials of the account that has *read* permissions to the LDAP database in order to look up users. The format is generally `cn=bot,ou=robots,dc=domain,dc=org`.</td> <td>This is <strong>NOT</strong> the LDAP's administration account credentials but the credentials of the account that has *read* permissions to the LDAP database in order to look up users. The format is generally `cn=bot,ou=robots,dc=domain,dc=org`.</td>
</tr> </tr>
<tr> <tr>
<td>**Password**</td> <td><strong>Password</strong></td>
<td>The password used by the account above.</td> <td>The password used by the account above.</td>
</tr> </tr>
<tr> <tr>
<td>**BaseDN**</td> <td><strong>BaseDN</strong></td>
<td>The base realm where the user accounts are located; in most cases, it is `ou=users,dc=enterprise,dc=org`.</td> <td>The base realm where the user accounts are located; in most cases, it is `ou=users,dc=enterprise,dc=org`.</td>
</tr> </tr>
</tbody> </tbody>
...@@ -264,28 +264,28 @@ The admin should provide most of the required information; however, below is a d ...@@ -264,28 +264,28 @@ The admin should provide most of the required information; however, below is a d
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>**Port**</td> <td><strong>Port</strong></td>
<td>The port on which Active Directory (AD) is listening (generally it is either 389 or 636).</td> <td>The port on which Active Directory (AD) is listening (generally it is either 389 or 636).</td>
</tr> </tr>
<tr> <tr>
<td>**Host**</td> <td><strong>Host</strong></td>
<td>The address of the server with respect to the JAMS server, the Active Directory (AD). <td>The address of the server with respect to the JAMS server, the Active Directory (AD).
It not required to be publicly accessible but should be accessible to JAMS.</td> It not required to be publicly accessible but should be accessible to JAMS.</td>
</tr> </tr>
<tr> <tr>
<td>**Administrator Username**</td> <td><strong>Administrator Username</strong></td>
<td>This is **NOT** the Active Directory's administration account credentials but the credentials of the account that has *read* permissions to the Active Directory database in order to look up users. The format is generally `cn=bot,ou=robots,dc=domain,dc=net`.</td> <td>This is <strong>NOT</strong> the Active Directory's administration account credentials but the credentials of the account that has *read* permissions to the Active Directory database in order to look up users. The format is generally `cn=bot,ou=robots,dc=domain,dc=net`.</td>
</tr> </tr>
<tr> <tr>
<td>**Password**</td> <td><strong>Password</strong></td>
<td>The password used by the account above.</td> <td>The password used by the account above.</td>
</tr> </tr>
<tr> <tr>
<td>**Use SSL**</td> <td><strong>Use SSL</strong></td>
<td>Whether the server uses SSL for data transmission.</td> <td>Whether the server uses SSL for data transmission.</td>
</tr> </tr>
<tr> <tr>
<td>**Domain Name**</td> <td><strong>Domain Name</strong></td>
<td>This is the legacy-formatted Windows Domain Name (i.e., `WINDOMAIN`).</td> <td>This is the legacy-formatted Windows Domain Name (i.e., `WINDOMAIN`).</td>
</tr> </tr>
</tbody> </tbody>
...@@ -318,19 +318,19 @@ Enable this option to allow JAMS users in the organization to also search for ex ...@@ -318,19 +318,19 @@ Enable this option to allow JAMS users in the organization to also search for ex
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>**CORS Domain Name**</td> <td><strong>CORS Domain Name</strong></td>
<td>The domain on which the JAMS client and administration UI will be running.</td> <td>The domain on which the JAMS client and administration UI will be running.</td>
</tr> </tr>
<tr> <tr>
<td>**Certificate Revocation List Lifetime**</td> <td><strong>Certificate Revocation List Lifetime</strong></td>
<td>The frequency at which the CRL is updated in memory.</td> <td>The frequency at which the CRL is updated in memory.</td>
</tr> </tr>
<tr> <tr>
<td>**Device Lifetime**</td> <td><strong>Device Lifetime</strong></td>
<td>How long a device's certificate is valid before being considered stale and requiring re-enrollment.</td> <td>How long a device's certificate is valid before being considered stale and requiring re-enrollment.</td>
</tr> </tr>
<tr> <tr>
<td>**User Account Lifetime**</td> <td><strong>User Account Lifetime</strong></td>
<td>How long a user account is valid before being considered stale and requiring re-enrollment.</td> <td>How long a user account is valid before being considered stale and requiring re-enrollment.</td>
</tr> </tr>
</tbody> </tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment