Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 19 Using the SSL Protocol : File Names for Certificates and Keys

File Names for Certificates and Keys
For all parameters that specify the identity (digital certificate), private key, issuer (certificate chain), or trusted list of certificate authorities, valid files must be specified. Not all types of files are supported for clients and servers. The description of each parameter details which formats it supports.
Table 80 lists the valid types of files.
Table 80 File types 
Certificates are located in the EMS_install_dir/certs directory. EMS is installed with some sample certificates and private keys that are used by the sample configuration files.
The sample certificates include:
    server_root.cert.pem
    server_root.key.pem
    server_root.key.p8
    server.cert.pem
    server.key.pem
    server.key.p8
    client_root.cert.pem
    client_root.key.pem
    client_root.key.p8
    client.cert.pem
    client.key.pem
    client.key.p8
A PKCS12 file that includes the client.cert.pem client certificate, the client.key.pem client private key, and the client_root.cert.pem issuer certificate:
    client_identity.p12

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved