Where Websphere Looks for SSL Certificates

I want to import the certificate into the Java repository in websphere, but I do not know where this place is for this. The most obvious place for me is under

instance/was/INSTANCE1/java/jre/lib security 

however, I see in my administration console that the default trust store is under

/instance/was/INSTANCE1/profiles/base/config/cells/nd_cellname

Now I tried adding jre to the first place in the security folder, but to no avail. The location problem under the tavern cell name is the .p12 file, and my certificate is the .cer file. How can i import? Thanks

+4
source share
1 answer

You can import a certificate into Websphere in two ways:

  • ( ):

> SSL > > CellDefaultTrustStore > a > > " " ).

SSL, " ".

  • iKeyman X11, WAS_ROOT/bin  .

          ss

+4

All Articles