Hope you are doing fine!
My question is on CA trusted certificate list. I have a middle-ware written in Java Spring with Apache Camel, the interface are connecting between different source and target system using web API ( can expect both sync and async ). The communication between source / target are established using 1 / 2 way SSL, for successful communication we are maintaining client certificates in a truststore. Whenever the certificate is expired the communication will fail as expected and to make it work we have to upload the latest CA certs. There are many such integration and every time cert expires we need to do this activity manually for each interface.
Our thought process is to automate this process, whenever certificate is expire the new one will be uploaded. I went through couple of post which talks about list of CA maintained by Mozilla, Microsoft and others but i didn't find any reference or APIs to download this. Could you please help how we can manage certificates easily.
Thanks, KP