Requirement | Details |
---|---|
Processor | 1 gigahertz (GHz) or faster with 1 or more cores on a compatible 64-bit processor or System on a Chip (SoC). |
RAM | 4 gigabytes (GB). |
Storage | 1 gigabyte (GB) of available storage space. |
Operating system | GNU/Linux, Apple macOS, or Microsoft Windows. |
Java | Version 11 or higher. |
Database | LDAP-compatible directory (such as OpenLDAP), Microsoft Active Directory (AD), or a local embedded database. |
Argument | Details |
---|---|
PORT | The TCP port on which JAMS is to listen for incoming connections. |
SSL_CERTIFICATE | The location of the PEM-formatted SSL Certificate file. |
SSL_CERTIFICATE_KEY | The location of the PEM-formatted key file, which is used with the SSL Certificate file from above. |
Field | Details |
---|---|
Use StartTLS | The LDAP server can be configured to use either TLS/STARTTLS or PLAIN sockets; if STARTTLS is used, mark the value as true. |
Server Address | 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. |
Port | The port on which the LDAP server is listening for requests (usually 389 for PLAIN/STARTTLS and 636 for SSL/TLS). |
Administrator Username | 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 . |
Password | The password used by the account above. |
BaseDN | The base realm where the user accounts are located; in most cases, it is ou=users,dc=enterprise,dc=org . |
Field | Details |
---|---|
Port | The port on which Active Directory (AD) is listening (generally it is either 389 or 636). |
Host | 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. |
Administrator Username | 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 . |
Password | The password used by the account above. |
Use SSL | Whether the server uses SSL for data transmission. |
Domain Name | This is the legacy-formatted Windows Domain Name (i.e., WINDOMAIN ). |
Parameter | Details |
---|---|
CORS Domain Name | The domain on which the JAMS client and administration UI will be running. |
Certificate Revocation List Lifetime | The frequency at which the CRL is updated in memory. |
Device Lifetime | How long a device's certificate is valid before being considered stale and requiring re-enrollment. |
User Account Lifetime | How long a user account is valid before being considered stale and requiring re-enrollment. |