Custom Trust and Custom Identity
We have SSL running servers in Weblogic which are being called by other programs.
Also these servers connect to other websites(Non weblogic trusted servers) to download data.
So these servers act both as servers and as clients.
Currently we have 1 jks file containing our identity certificate(Primary key, intermediate and root) and the trusted certificates from the servers where we act as client.
We use this single file in both "Custom Trust and Custom Identity".
Now after reading some things about the difference of those 2 I have the following questions:
1) Can I have our identity certificate(Primary key, intermediate and root) only in "Custom Identity" and the trusted certificates from the servers where we act as client in "Custom Trust"?