Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


Product Name

CSAT Pro

Product Version

All

Date



Problem

My TLS certificate for CSAT Pro has expired

Solution

You will need to regenerate the key. Run this command to update the CA Cert expiration date.

keytool -genkey -keyalg RSA -alias tomcat -keystore selfsigned.jks -validity 365 -keysize 2048

To update CSAT with the new cert, go to the CSAT_Pro\conf\ccpd-config.yml file and update the key-store line with the correct file path and key information -

server:
port: 443
ssl:
enabled: true
key-store: C:\Program Files\CSAT_Pro/certificates/password.jks
key-store-password: "password"
key-alias: "password"
key-password: "password"

Keywords; Certificate Expired

Content by Label


Copyright © 2020

Center for Internet Security®


  • No labels