Configure Tenable Security Center Certificates

To complete the installation process, you must complete the setup for the Tenable Add-on for Splunk. For additional information on Tenable Security Center Certificates, see SSL Client Certificate Authentication.

To set up the Tenable Add-on for Splunk:

  1. Log in to your data collection node.
  2. In the left navigation bar, click Tenable Add-on for Splunk.

  3. Click the Configuration tab.

  4. Click the Add button.

    The Add Account window appears:

  5. In the Tenable Account Type box, select Tenable Security Center Certificates.
  6. Enter the necessary information for each field. The following table describes the available options.

    Note: The certificates you upload and configure must be associated with a specific user in Tenable Security Center.

    Input Parameters Description
    Account Name (Required) The unique name for each Tenable Security Center data input.
    Tenable Account Type (Required) The type of Tenable account - Tenable Vulnerability Management, Tenable Security Center API Keys, or Tenable Security Center Certificate.
    Address (Required) The hostname or IP address for Tenable Security Center.
    Verify SSL Certificate If enabled, Splunk verifies the SSL Certificate in Tenable Security Center.
    T.sc Access Key (Required) Tenable Security Center API access key.
    T.sc Secret Key (Required) Your Tenable Security Center API secret key.
    Certificate Filename The name of the certificate that you uploaded to $SPLUNK_HOME/etc/apps/TA-tenable/certs/.
    Key Filename The name of the key that you uploaded to $SPLUNK_HOME/etc/apps/TA-tenable/certs/.
    Key Password The password for the key file you uploaded.
    Proxy Enable

    Enables the plugin to collect Tenable Security Center data via a proxy server. If you select this option, the plug- in prompts you to enter the following:

    • Proxy Type - the type of proxy used.
    • Proxy Host - the hostname or IP address of the proxy server.
    • Proxy Port - the port number of the proxy server.
    • Proxy Username - the username for an account that has permissions to access and use the proxy server.
    • Proxy Password - the password associated with the username you provided.
  7. Click Add to complete the configuration.

Install certificate authority:

  1. Run the following command to make a backup of the cacert.pem file.

    # cp $SPLUNK_HOME/etc/apps/TA-tenable/bin/ta_tenable/certifi/cacert.pem /tmp/cacert.pem

  2. Run the following command to append the PEM-encoded root certificate authority that signed the Tenable Security Center SSL certificate to the cacert.pem.

    # cat <path_to_root_ca.pem> >> $SPLUNK_HOME/etc/apps/TA-tenable/bin/ta_tenable/certifi/cacert.pem

  3. Run the following command to restart Splunk.

    # /opt/splunk/bin/splunk restart

Splunk installs the self-signed certificate to trust in your configuration.

Next steps