IBM InfoSphere Streams Version 4.1.1

Creating a password protected PKCS #12 file for certificates

Use this procedure to create a password protected PKCS #12 file that contains one or more certificates.

Before you begin

In the following procedure, the openssl command is used to work with certificates. This command is included in the openssl package. To download this package, go to the OpenSSL website.

About this task

The following files are used in the procedure examples:
  • root-ca.pem: Certificate of the CA that issued the sub-ca.pem file.
  • sub-ca.pem: Certificate of the CA that issued the user.pem file.
  • user.pem: Certificate of the user that was issued by the subordinate CA.
  • user.key: Private key of the user certificate.

Procedure

The following examples show how to create a password protected PKCS #12 file that contains one or more certificates. For more information about the openssl pkcs12 command, enter man pkcs12.