Select '1' for System Level External Configuration
Select '1' for CCI Settings
Enter '*CCI Server IP*' to set the CCI Server
Enter '*CCI Server Port*' to set the CCI Port
Enter a unique Client System ID
Enter '3' to Force SSL connection with host
Enter '1' to Secure end-to-end connection
Enter '4' to select TLSv1.2
Enter '1' to Use New Keystore
Enter 'c:\keystore' for relative search path to keystore
Enter 'cci.jks ' for keystore file
Enter the certificate/keystore password for the keystore password (these must be the same)
Enter 'cci' for the cert alias
Enter '1' to test connection and save
Restart 'Apache Tomcat'
Update CCI Cert (certificate password must match the keystore password):
Mainframe Admin will update the cert on the mainframe side and will generate a certName.pfx cert file (password must be the same as the keystore password)
Connect to app server
Upload the certName.pfx file to the server, change the extenstion to .p12 & copy it to c:\keystore
Run CMD as Administrator
Execute the following command 'keytool -v -importkeystore -srckeystore c:\keystore\certName.p12 -srcstoretype PKCS12 -destkeystore c:\keystore\cci.jks -deststoretype JKS'
Rename the cert alias with command 'keytool -changealias -alias "certName" -destalias "cci" -keystore c:/keystore/cci.jks'
Restart 'Apache Tomcat'
Other useful KeyTool commands:
View contents of keystore - 'keytool -list -v -keystore c:/keystore/cci.jks'
Delete certificate from keystore via alias - keytool keytool -delete -noprompt -alias "cci" -keystore c:/keystore/cci.jks