<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic JTAPI add certificate chain to the store in Call Control</title>
    <link>https://community.cisco.com/t5/call-control/jtapi-add-certificate-chain-to-the-store/m-p/4998678#M3507</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I have a CTI appllication that works fine. Tried to secure the CTI connection following this very good guide.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cisco.com/t5/collaboration-knowledge-base/configuring-and-troubleshooting-secure-jtapi-cti/ta-p/3125041" target="_blank" rel="noopener"&gt;https://community.cisco.com/t5/collaboration-knowledge-base/configuring-and-troubleshooting-secure-jtapi-cti/ta-p/3125041&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have a client and server certificate store (as shown in the guide) but I see verification errors in the security logs when attempting a TLS connection to CTI. My client certificate is signed by an offline certificate authority. When I look in the client keystore I only see one certificate.&lt;/P&gt;
&lt;P&gt;My question is, to achieve a secure connection should I import the certificate signing chain into the client keystore?&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jan 2024 16:30:15 GMT</pubDate>
    <dc:creator>RITT</dc:creator>
    <dc:date>2024-01-17T16:30:15Z</dc:date>
    <item>
      <title>JTAPI add certificate chain to the store</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-add-certificate-chain-to-the-store/m-p/4998678#M3507</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I have a CTI appllication that works fine. Tried to secure the CTI connection following this very good guide.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cisco.com/t5/collaboration-knowledge-base/configuring-and-troubleshooting-secure-jtapi-cti/ta-p/3125041" target="_blank" rel="noopener"&gt;https://community.cisco.com/t5/collaboration-knowledge-base/configuring-and-troubleshooting-secure-jtapi-cti/ta-p/3125041&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have a client and server certificate store (as shown in the guide) but I see verification errors in the security logs when attempting a TLS connection to CTI. My client certificate is signed by an offline certificate authority. When I look in the client keystore I only see one certificate.&lt;/P&gt;
&lt;P&gt;My question is, to achieve a secure connection should I import the certificate signing chain into the client keystore?&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 16:30:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-add-certificate-chain-to-the-store/m-p/4998678#M3507</guid>
      <dc:creator>RITT</dc:creator>
      <dc:date>2024-01-17T16:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: JTAPI add certificate chain to the store</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-add-certificate-chain-to-the-store/m-p/5002628#M3510</link>
      <description>&lt;P&gt;I'm going to answer my own question after trying this out in a lab. Many thanks to &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/282730"&gt;@Gunnar Reiser&lt;/a&gt;&amp;nbsp;for their post which really helped.&lt;BR /&gt;If your CUCM certificates are signed by a CA you need to do one of the following.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;1.Provide a means for the Java application to verify the CA certificates, seems to be OCSP for Java applications&lt;BR /&gt;2.Include the CA signing certificate in the CTL file&lt;BR /&gt;3.Manually import the CA certificates into the server keystore&lt;/P&gt;
&lt;P&gt;To achieve solution 2 (shamelessly stolen from &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/282730"&gt;@Gunnar Reiser&lt;/a&gt; &lt;A href="https://community.cisco.com/t5/call-control/unable-to-activate-secure-connection-with-tapi/m-p/5002619#M3509" target="_blank" rel="noopener"&gt;post&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;1. Download the Root CA and any intermediary CA files (in pem format) and then re-upload it as "Phone-CTL-trust" file (in the example below there is only a Root CA)&lt;BR /&gt;2. Then update the CTL file with the CLI command "utils ctl update CTLFile".&lt;BR /&gt;3. At a minimum, you will need to restart the "Cisco TFTP service" so TFTP can serve out the new CTL file.&lt;BR /&gt;4. After the update, it will add the Root CA into the CTL as function of GENERIC APPLICATION. Now when TSP downloads the CTL file it will also pull down the root CA files and fully trust the CallManager certificate.&lt;/P&gt;
&lt;P&gt;To achieve solution 3&lt;/P&gt;
&lt;P&gt;1. On the pc hosting your Java CTI application download the Root CA signing certificate.&lt;BR /&gt;2. Use the "keytool" Java command line application to import the Root CA certificate (from step 1 above) into your server keystore.&lt;BR /&gt;&amp;gt; keytool -import -trustcacerts -alias rootCA -file ca_root.cer -keystore JtapiServerKeyStore&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 15:28:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-add-certificate-chain-to-the-store/m-p/5002628#M3510</guid>
      <dc:creator>RITT</dc:creator>
      <dc:date>2024-01-22T15:28:06Z</dc:date>
    </item>
  </channel>
</rss>

