1. Cisco Unified Contact Center Enterprise Installation and Upgrade Guide
Release 12.5(1)
"Security Certificates" chapter
"Import Root and Intermediate Certificates of New CA into Keystores" section. This guide explicitly details the use of the keytool command to import certificates into the Java cacerts keystore for various CCE components. For example
it provides the command: keytool -import -trustcacerts -alias -file -keystore .
2. Security Guide for Cisco Unified ICM/Contact Center Enterprise
Release 12.0(1)
"Transport Layer Security" chapter
"Third-Party CA-Signed Certificates" section. This document describes the procedure for obtaining and importing third-party CA-signed certificates
specifying the use of keytool to import the root and intermediate certificates into the Java truststore on CCE servers.
3. Oracle Java Documentation
"keytool - Key and Certificate Management Tool". The official Java documentation defines keytool as the primary command-line utility for administering a keystore (database) of cryptographic keys
X.509 certificate chains
and trusted certificates. This is the foundational technology used by Cisco CCE. (Refer to the official Oracle documentation for the specific Java version deployed with CCE).