WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  WebSphere Keystores & Truststore

    Posted Tue June 04, 2013 05:10 PM
    Hi All

    WebSphere is having keystores and truststores in locations

    under /etc and under


  • 2.  WebSphere Keystores & Truststore

    Posted Thu June 06, 2013 04:12 PM
    I am sure you are already aware... the basic definition is

    A keystore contains private keys, and the certificates with their corresponding public keys.


    A truststore contains certificates from other parties that you expect to communicate with, or from Certificate Authorities that you trust to identify other parties.




  • 3.  WebSphere Keystores & Truststore

    Posted Thu June 06, 2013 04:46 PM
    HI rafarocks

    Thanks for your reply

    My question is

    why there are 2 pairs of key.p12 and trust.p12?

    one is at


  • 4.  WebSphere Keystores & Truststore

    Posted Sat June 08, 2013 11:44 AM
    Venkata,


      The etc/*.p12 files are for client applications that you can find in WAS_HOME\bin like startServer, stopServer, synchronizeNodes, wsadmin,.....

      For example you can use wsadmin to connect to localhost but you can use to connect to remote machine.  You need to have remote machine certificates in your etc/*.p12 files if you haven't you not able to connect.

      I dont't remember well (i need to test) but etc/files are not synchronize with nodes (when you launch from adminconsole)

      Hope this helps.

    Regards