Web service client application on weblogic to invoke web service?

The keystore is where you put your keys. You will use these to prove who you are to your peer. This is most likely what is meant by "Custom Identity".

The truststore is where you put your trust anchors. These are the certificates that you already trust, and your peer must present you a certificate chain that ends with one of the certificates in the trust store. As a degenerate case, you can put the peer certificate itself right into this truststore.

This degenerate case must be used for self-signed certificates.

The keystore is where you put your keys. You will use these to prove who you are to your peer. This is most likely what is meant by "Custom Identity".

The truststore is where you put your trust anchors. These are the certificates that you already trust, and your peer must present you a certificate chain that ends with one of the certificates in the trust store. As a degenerate case, you can put the peer certificate itself right into this truststore.

This degenerate case must be used for self-signed certificates. For most normal SSL uses the truststore includes well know CA roots like Verisign, Thawte, GoDaddy, Comodo, GlobalSign, etc. The Oracle JRE include a truststore in a file usually named cacerts that contains a large collection of such CA roots that Oracle thinks should be there. This is most likely what is meant by "Standard Trust Store".

I'm guessing your peer is using a self-signed certificate. Therefore you should use a custom truststore containing this certificate.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions