Generating a PKCS#12 file for a TLS profile
Last Updated: 2021-05-19
About this task
This procedure is for illustrative purposes and uses OpenSSL commands. OpenSSL is an open source implementation of the SSL and TLS protocols.
- A private key
- A root certificate that was signed by a Certificate Authority (CA)
- The intermediate certificates from the CA
Although all the steps are presented, you might not need to complete all the steps. Complete only the steps that are necessary based on which cryptographic material you already have for your environment.
Procedure
With multiple authorities, use the following command.
The certs.pem
file contains a list of your certificate authorities from your intermediate authorities to the root authorities.
Results
If you receive no errors, your P12 file is generated and ready to upload. If you receive an error review the documentation for the tool that you used to create the P12 file.
from :
https://www.ibm.com/docs/en/api-connect/5.0.x?topic=profiles-generating-pkcs12-file-tls-profile