Title
Create new category
Edit page index title
Edit category
Edit link
Custom Configuration
How to edit the configuration file on Linux
Custom application configuration can be achieved by editing the customer.env environment file.
The following steps are required to change different parameters in this file:
- Navigate to /etc/mdssc/customer.env and open the file
- If the parameter that needs to be changed is not present, add the new parameter with the desired value. If it already exists, just edit the value.
xxxxxxxxxxCONFIGURATION_PROPERTY_NAME=VALUE- Save the file
- In order for the changes to apply, please restart the application by running the following command:
xxxxxxxxxxsudo mdssc -c restartChanging certificate validation
This environment variable controls certificate validation for MetaDefender Software Supply chain integrations during HTTP(S) requests. It is useful when comes the needing to accept a partially valid certificate chain or a self-signed certificate.
xxxxxxxxxxMD_CORE_CERTIFICATE_VALIDATION=VALUEVALUE can be one of the following:
- Default → Invalid certificate instances can't be integrated into MetaDefender Software Supply Chain
- IgnoreChainErrors → Instances with certificate chain errors can be integrated
- IgnoreAllErrors → Instances with invalid certificate can be integrated
Showing Direct Upload Scans in Results
When enabled, direct file upload scans are included in connection views and scan results.
Default value to this environment variable is true.
xxxxxxxxxxMDSSC_INCLUDE_DIRECT_SCANS_IN_VIEWS=trueSaving Archive Scan Results
When enabled, scan results for archive contents are stored for later access, default value is true.
xxxxxxxxxxSTORE_ARCHIVE_SCAN_RESULTS=trueWaiting for Archive Extraction to Complete
When enabled, the scan process waits until archive extraction is fully completed before continuing. Default value is true.
xxxxxxxxxxSCAN_WAITS_FOR_ARCHIVE_COMPLETION=trueWaiting for External Processing to Finish
When enabled, the scan process waits for external processing to complete before finalizing. Default value is true.
xxxxxxxxxxSCAN_WAITS_FOR_EXTERNAL_PROCESSING=trueHow Connection Status Is Kept Up to Date
Sets the interval, in milliseconds, for sending heartbeat signals over SignalR connections. This value is also used to throttle status updates for cross-domain transfers.
Default value is 2000 ms.
xxxxxxxxxxMDSSC_HEARTBEAT_INTERVAL_MS=2000