1. Create a cert database
2. Add the .crt cert into the cert database
3. Add the .p12 cert into the cert database
According to my installation guide, I have to deploy the .crt cert first and then only I can deploy the .p12 cert. The difference between the two cert is .crt cert is a CA cert and the .p12 cert is a personal certificate used by the queue manager. How does both the cert differ in terms of deployment procedure?. In other words why first deploy .crt cert then second deploy .p12 cert.
1. Jack will send some random text, chiperspec and compression that Jack can use to Jill.
2. Jill will send some random text, chiperspec and compression choosen from Jack's list. Jill will also send the server cert to Jack. Jill will also request for the client cert from Jack. Jill will also send the public key to Jack.
3. Jack will verify the server cert. Jack will use the CA public key to decrypt and verify the server cert.
4. Jack will send a secret key to Jill. This key will be encrypted using Jill's public key. Jack will also send the client cert to Jill.
5. Jill will verify the client cert. Jill will use the CA public key to decrypt and verify the client cert.
6. Using this secret key a secure communication will take place between the client and server.
That's because the personal certificate (p12) refers to the CA (crt). The p12 without the crt would be not-trusted. I'd recommend Keytoolgui or similar to view the structure of the certificate files.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum