How can I update the Trusted Certificate without using TIBCO Designer and therefore without having to recompile the SAP adapter and re-generate the EAR?

How can I update the Trusted Certificate without using TIBCO Designer and therefore without having to recompile the SAP adapter and re-generate the EAR?

book

Article ID: KB0094249

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for SAP Solutions -
Not Applicable -

Description

Resolution:
From adapter version 5.5 onwards, we can use adapter configured for SSL that can fetch the certificates at run time (without importing it directly into the designer project). R/3 Adapter version 5.5 comes with SDK 5.5 and SDK 5.5.0 provides support for external SSL files at run-time by allowing applications to reference external trusted certificates instead of using the certificate in the EAR file.

• For TIBCO Rendezvous, use the RuntimeRvDaemonCertificate variable and specify the path of the trusted certificate file.
• For TIBCO BusinessWorks and TIBCO JMS, use the RuntimeCertificatesDirectory variable to specify the path of the directory in which all the Trusted Certificates are stored.

For more information, refer to Chapter 3 in the TIBCO Adapter SDK Programmer’s Guide.  See also the TIBCO Designer User’s Guide for details on how to select and configure SSL.

Issue/Introduction

How can I update the Trusted Certificate without using TIBCO Designer and therefore without having to recompile the SAP adapter and re-generate the EAR?