Digital Certificates
By using SSL, TIBCO MFT Platform Server for z/OS uses digital certificates to confirm the identity of the owners of the digital certificates, and uses a received digital certificate to identify the communication partners.
A digital certificate usually consists of the following three components which are all used by TIBCO MFT Platform Server for z/OS:
- Certificate
- Public key
- Private key
- Private key password
Certificate
This component is used by remote users to perform authentication. A certificate includes a public key for a receiver to decrypt data that is encrypted with a private key from the sender. Typically, a certificate includes the following contents:
- Certificate version number
- Certificate serial number
- Information of the certificate authority that issues the certificate
- Public key and encryption algorithm
- Time in which the certificate is valid
Information about the user, including:
- Common Name (CN)
- Locality (L)
- State (ST)
- Country (C)
- Organization Unit (OU)
- Organization (O)
Public Key
The partner's public key is used to encrypt data. Data encrypted with a public key can only be decrypted by the private key associated with the public key.
Private Key
You can use this component to decrypt data that is encrypted by a remote user by using your public key.
Private Key Password
This component protects your private key from being copied and used by other people.