Home > Back-end >  Java as the client visit IBMMQ via SSL
Java as the client visit IBMMQ via SSL

Time:09-19

Requirements: using Java (JDK8) as the client through the SSL access IBMMQ (9.1)

Question: 1. IBMMQ server-side what certificate to need, how to open the SSL?
2. How to according to the certificate file generated JKS

Overall flow figure it out, is a time when real configuration is always wrong, I hope god can help answer the following, if true feasible can run through the case would be even better!
Points less, if solved again thank you for other rewards,

CodePudding user response:

Generate the key pair, the private key stored in JKS, then apply for the certificate or generate a self-signed certificate

CodePudding user response:

reference 1st floor tianfang response:
generate the key pair, the private key is stored in JKS, to apply for the certificate or generate a self-signed certificate


The elder brothers can detailed say next

CodePudding user response:

RSA key decryption is almost impossible, can only generate a key pair, and then generate a certificate with the public key, only the certificate (public), can't get the key to the private key
  • Related