User Guide : Configuring Security : Configure HTTPS : Step 2: Enable HTTPS
 
Share this page                  
Step 2: Enable HTTPS
1. Place the keystore file in the C:/ProgramData/Actian/IntegrationManager/conf directory.
2. Edit the application.properties file (in the same directory) and define the following properties:
#Change to a secure port
server.port=8443
#Enable SSL
security.require-ssl=true
server.ssl.key-alias=actian
server.ssl.key-store=C:/ProgramData/Actian/IntegrationManager/conf/keystore.p12
server.ssl.key-store-password=password
server.ssl.key-store-type=PKCS12
3. Be sure to add or update the following property in C:/ProgramData/Actian/IntegrationManager/conf/application.properties to use https:
im.base-url=https://localhost:8080