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"
0 Comments