Users with a private on-premises DigiCert ONE deployment need to configure the sensor to obtain the private certificate for the local DigiCert ONE instance.
This requires adding an additional configuration line and then restarting the sensor service if it's already running. Specifics vary by platform.
You need to update the license.properties file, which is located in the config sub-directory where the sensor was installed.
Add the following configuration line anywhere in the license.properties file:
TRUST_PRIVATE_TLS=true
Restart the sensor service if it's already running, otherwise use the sensor's start.bat
(Windows) or start.sh
(Linux) script to launch it.
Add the following configuration line into the environment:
section of the docker-compose.yml file for the sensor:
- TRUST_PRIVATE_TLS=true
Change into the sensor installation directory where the docker-compose.yml file is located. If the sensor is already running, use the docker-compose down
command to stop it. Use the docker-compose up -d
command to start the Docker sensor with the new configuration setting in place.