Please follow the procedure given below,
Step 1: Enable SSL in ADAudit Plus.
· Navigate to Admin -->Connection
· Select Enable SSL Port [https] check-box and click Save
Step 2: Stop ADAudit Plus.
· Start --> All Programs --> ADAudit Plus --> Stop ADAudit Plus
· If you have installed ADAudit Plus as a service, then stop the service (Start --> Run --> type Services.msc --> Stop ManageEngine ADAudit Plus)
Step 3: Export PFX/PKCS12 certificate file
· Export and save your PFX/PKCS12 file under <installation_dir>\conf (By default: C:\ManageEngine\ ADAudit Plus\ conf) folder
Step 4: Edit Server.xml file to include the wildcard certificate
· Now open the server.xml file present in <installation_dir>\conf folder in a text editor of your choice
· Go to the end of the XML file and search for the connector tag (that starts like, <Connector SSLEnabled=”true” ……/>)
· Now, edit the following values inside that connector tag:
· keysotreFile=”./conf/”
· keystorePass=” ”
· keystoreType=”PKCS12”
E.g.: <Connector SSLEnabled="true" acceptCount="100" clientAuth="false" connectionTimeout="20000" debug="0" disableUploadTimeout="true" enableLookups="false" keystoreFile="./conf/YOUR_CERT_FILE.pfx" keystorePass="PASSWORD" keystoreType="PKCS12" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" name="SSL" port="443" scheme="https" secure="true" sslProtocol="TLS"/>
Step 5: Start ADAudit Plus.
Hope it helps.
Regards,
Bruce
ADAudit Plus Team