Upload a bunch of certificates to truststore

nsaini
Participant IV

As part of Open banking implementation, we want to upload a bunch of certificates from multiple QTSP to truststore. What is the best way to do that (apart from calling management api for each cert)?

1 3 278
3 REPLIES 3

guycrets
Participant IV

Working on exactly the same challenge, see my question and answer. Management API will be the solution anyhow. For myself, have created shell script. Alternative is to use Javascript.

Hi @guycrets

Cant this be achieved with apigee API?

Hi @Dino-at-Google

Could you pls confirm that the only way to upload cert to truststore is by uploading a file. Is it possible to call the management api in a proxy to upload a bunch of certs?

Uploading truststore can be done with Apigee's Management API, see here.

And yes, this Management API can also be invoked from a standard API proxy. Apigee considers this an anti-pattern. But it is feasible and we are doing it in our on-prem install.