Getting Started with Access Manager Plus23 minutes to read
Once done with setting up Access Manager Plus, the following links will guide you through the process of getting you started with Access Manager Plus:
1. Starting and Shutting Down Access Manager Plus1.1 In Windows
1.2 In Linux2. Launching the Access Manager Plus Web ClientThere are different ways of connecting to the Access Manager Plus web client and they are: 2.1 Automatic Browser LaunchOnce the server has started after the successful installation of Access Manager Plus, the Access Manager Plus Login screen shows up in a browser window. As Access Manager Plus uses the secured HTTPS connection, you will be prompted to accept the Security Certificate. Tap Yes, type the User name and Password in the login screen and press Enter. For an unconfigured setup, the default User name/Password is admin/admin. Every time you start the server, the browser will be automatically launched. 2.2 Launching the Web Client Manually
2.3 Connecting the Web Client in Remote HostsTo connect to the Access Manager Plus web client in a remote machine (different from the one where Access Manager Plus is running), open a browser and connect to the below URL: As Access Manager Plus uses the secured HTTPS connection, you will be prompted to accept the Security Certificate. Hit Yes, type the user name and password in the login screen and press Enter. For an unconfigured setup, the default user name and password is admin and admin. Every time you start the server, the browser will be automatically launched. 3. Using MS SQL Server as Backend DatabaseThough Access Manager Plus supports both PostgreSQL and MSSQL databases as the backend, it is configured to run with PostgreSQL by default, and it comes bundled with the product. If you want to run Access Manager Plus using the MSSQL database, follow the steps below: 3.1 Steps to Run Access Manager Plus with MS SQL Server as the Backend Database
3.1.1 Create SSL Certificate and Install it in the Windows Certificate Store (in the machine where the SQL server is running)Prior to connecting Access Manager Plus with the SQL server, you need to enable SSL encryption in the SQL Server. For this, you need to create an SSL Certificate and get it signed by either a Certificate Authority (CA) or self-sign it. Generating the certificate and getting it signed by a third-party CA:Create the certificate using openssl. This involves two steps - generating private key and generating certificate request.
Creating a self-signed certificate:To create a self-signed certificate and use it, carry out the following steps in the machine where SQL server is installed:
The above command will install a self-signed certificate in your local store. It will also store the certificate in the file: amptestlab.manageengine.com.cer. 3.1.2 Import the SSL Certificate to Access Manager Plus
3.1.3 Enable SSL Encryption in SQL Server
For more details, refer to the section Configuring SSL for SQL Server in the Microsoft's knowledge base article. 3.1.4 Execute ChangeDB.bat in Access Manager PlusProvide the details about the SQL server to Access Manager Plus by editing the file ChangeDB.bat (Windows) or ChangeDB.sh (Linux). Follow the below steps:
For more details on encryption and key management in MS SQL, refer to this MSDN document http://msdn.microsoft.com/en-us/library/ms189586.aspx. 4. Using MS SQL Cluster as the Backend DatabaseClick here for steps. 5. Rotating the Encryption Key
|