|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
Figure 67 illustrates a certificate chain. In this chain, Alice has a certificate signed by the OASIS Interop Test CA (the Issuer DN in the certificate). To verify Alice’s identity, the issuer of Alice’s certificate must be checked. The OASIS Interop Test CA certificate was issued by OASIS Interop Test Root. You can see that the OASIS Interop Test Root certificate is a self-signed root certificate because the Issuer DN is the same as the Subject DN in the certificate.Figure 67 An example of a certificate chainYou can use a variety of methods and external tools to obtain certificates for your trusted certificate list or creating self-signed root certificates. For example, OpenSSL at www.openssl.org provides a toolkit for working with certificates and SSL. Portcle at http://portecle.sourceforge.net/ provides a GUI tool for managing certificates.
2. From the menu bar, choose Tools> Trusted Certificates > Import into PEM Format.You can import certificates that are in PKCS7 and PEM formats (these formats do not store keys). A new certificate copy is created when the import is done. If the certificate to be imported is already in PEM format, a new copy is created as is.
2. In your TIBCO ActiveMatrix BusinessWorks project, create a global variable named BW_GLOBAL_TRUSTED_CA_STORE. See Global Variables for more information about global variables.The value you set for BW_GLOBAL_TRUSTED_CA_STORE must be a file URL, for example, file:///c:/tibco/certs.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |