Search code examples
javacryptographyweblogic

How to use certificates from weblogic realm keystores inside web application?


I'm doing some security operations involving certificates in my web application and I would like administrators to manage those certificates (including password etc.) via standard weblogic console. However I don't know how to obtain certificates set in weblogic in web application running in that weblogic. Is it even supported feature? Is it possible to connect it with standard java cryptographic api?


Solution

  • In Weblogic, There is one Mbean with name com.oracle.jps:type=JpsKeyStore. You can check the operations to find one to fulfill you requirements. I think in most of the cases, you can find one.