Skip to main content

Additional settings for private on-premises DigiCert ONE users

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.

Windows or Linux

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.

Docker

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.

Publication date: