Applying a PFX certificate
- Enable SSL in the GUI:
- Log in to EventLog Analyzer as an administrator.
- Go to Settings > System Settings > Connection Settings > General Settings.
- Enable SSL [HTTPS] and enter the desired web port number. The default web port used is 8445.
- Stop EventLog Analyzer:
- Open the command prompt with admin privileges.
- Navigate to <dir>:\ManageEngine\EventLog Analyzer\bin and execute the following commands:
- shutdown.bat
- stopDB.bat
- stopSEC.bat
- Save the PFX or PKCS12 file:
- Export and save your PFX or PKCS12 file to <dir>:\ManageEngine\EventLog Analyzer\conf.
- Apply the certificate in EventLog Analyzer:
- Make a backup of the server.xml and web.xml files.
- Open the command prompt with admin privileges.
- Navigate to <dir>:\ManageEngine\EventLog Analyzer\conf and execute write server.xml.
- Go to the end of the XML file and search for the connector tag. The tag begins with <Connector SSLEnabled=”true” ……/>.
- Edit the following values within the connector tag:
- keystoreFile="./conf/cert_name.pfx”
- keystorePass="<password>”
- keystoreType="PKCS12”
- After entering the values, restart EventLog Analyzer and verify that it's working.
Example for connector tag: <Connector SSLEnabled="true" acceptCount="100" clientAuth="false" connectionTimeout="20000" debug="0" disableUploadTimeout="true" enableLookups="false "keystoreFile="./conf/<cert_name>.pfx" keystorePass="<password>" keystoreType="PKCS12" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" name="SSL" port="8400" scheme="https" secure="true" sslProtocol="TLS"/>
New to ADSelfService Plus?
Related Articles
License file on a Log360 Instance
How to: Applying a License file on a Log360 Instance Open the Log360 UI and login using the default/super admin credentials. Go to the Admin tab ⇾ Administration ⇾ Log360 Integration ⇾ click on "Sync Now" and ensure that all the required components ...
What to do if the component inside Log360 is not loading?
Troubleshooting Steps: Please ensure that the connection is proper, if in case of a connection issue, the components will not load within Log360. Local Integration: It is less likely to be a connection issue, in case of local integration, because ...
Offline Logs Management
How to: change the Archive (Offline Logs) Location - Applicable for Builds <= 12203 Log on to the EventLog Analyzer UI. Go to Settings Tab ⇾ Admin settings ⇾ Manage Archives ⇾ Settings (right-top corner) Update the new Archive location ⇾ click on ...
Configuring SSL certification
Enable SSL certification in the GUI: Log in to EventLog Analyzer as an administrator. Go to Settings > System Settings > Connection Settings > General Settings. Enable SSL [HTTPS] and enter the desired web port number. The default web port used is ...