Overview
JetPatch provides proxy support for external system integrations, including ITSM, Advisory announce lists, and Vulnerability Scanners.
This guide explains how to configure proxy settings for each component individually.
Supported Components
Proxy support is available for the following components:
- ITSM
- Advisory announcement lists
- Vulnerability Scanners
General Configuration
By default, proxy support is disabled for all components, but it can be customized for each component individually.
Step 1: Configure Proxy Settings
Add the following configuration to your intigua.properties file:
For versions before 5.0:
| /usr/share/tomcat/default/conf/intigua.properties |
Post 5.0:
| /usr/share/intigua/services/data/intigua-main/conf/intigua.properties |
Fill in the details for proxy host and port:
|
proxy.host= proxy.port= proxy.username= proxy.password= |
Step 2: Enable Proxy for Specific Components
Enable proxy for each component individually using the configuration options below.
Step 3: Restart Services
For versions before 5.0, restart Tomcat.
For post 5.0, restart intigua-main.
This is required for any changes made to intigua.properties to take effect.
Component-Specific Configuration
ITSM
Relevant for all ITSM integrations:
| proxy.itsm.enabled=true |
Advisory Announce List
Relevant for pulling Advisory Announce Lists of updates:
| proxy.advisories-announce-lists.enabled=true |
Vulnerability Scanner
Tenable.sc - check the enable proxy for communication section for more information.
Certificate Configuration
If your proxy works on certificate-based communication, then import the proxy certificates into the following location:
| /usr/share/intigua/certs |
After importing the certificates, change the permissions:
|
sudo chown tomcat.tomcat * sudo chmod ug+r * |
Comments
0 comments
Please sign in to leave a comment.