how to automate renewal of third party API certificates in weblogic trust store - OSB integration
We are having Oracle SOA suite with OSB version 12.2.1.4 on prem. A lot of times we have to integrate third party APIs over https in OSB for which we have to import the public certificates of those APIs/server into weblogic trust store to do SSL handshake.
Until now, every-time there was a renewal on the certificates, we had to reimport the updated certificate but with the increasing number of such integrations, this manual import is now becoming cumbersome.
Is there a way to automate these ?
Any alternative suggestions would also be helpful. Thanks !