Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Product Name

CIS CSAT Pro (SecureSuite Controls Self Assessment Tool) or CIS CAT Pro Dashboard

Product Version

All

Date


Problem

Info

The TLS certificate generated in the CSAT/CISCAT Install Wizard is expiring or a user wants to add their own self-signed certificate

CSAT Pro Solutions

Installer

  1. To change the TLS option, run the installer again and select the “Yes, update the existing installation option” and also check “Update the configuration file…”, as shown below in the screenshot:

csat_pro_installer.PNG
  1. Click through the various setup screens until you get to the “Set Up TLS Configuration” page and select “Create Self-Signed Certificate for TLS”:

csat_pro_installer_tls.PNGImage Removedself_signed.PNGImage Added

Manually

The solution below is for manually generating a new TLS key:

  1. To generate a new TLS key enter the following CLI command and follow the prompts:

Code Block
keytool -genkey -keyalg RSA -alias test -keystore test.jks -validity 365 -keysize 2048

2. Go to your \CSAT_Pro\conf\csat-config file and edit this section:

server:
port: 443
ssl:

enabled: true
key-store: C:\Program Files\CSAT_Pro\certificates\test.jks
key-store-password: "password"
key-alias: "test"
key-password: "password"

3. Save the csat-config file with the updated information.

CISCAT Pro Dashboard Solution

  1. To generate a new TLS key enter the following CLI command and follow the prompts:

Code Block
keytool -genkey -keyalg RSA -alias test -keystore test.jks -validity 365 -keysize 2048

2. Re-run the Dashboard installer and update it with your new certificate information:

Keywords; tls, generate key, certificate, self signed

Content by Label

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "sbp_fer"

Copyright © 2020

Center for Internet Security®


Page Properties
hiddentrue

Action

Name(s)

Date

Linked ticket

Jira Legacy
serverSystem Jira
serverIdb90ca2a8-9df7-3869-89db-c424866c1b16
keySUPPORT-16454

Created by

Andrew Dannenberger, Nick Romanzo

Reviewed by

Approved by

Remove by