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
source
share