Is there a way to retrieve/load private keys from the Apigee keystore?

Not applicable

I have uploaded a private key and certificate into the Apigee keystore. I'm trying to retrieve the private key to be used for JWT signing. Currently, there's a way to retrieve certificates. Is there also a way to retrieve the key from the keystore?

1 3 1,028
3 REPLIES 3

@JR , Welcome to Apigee Community.

I believe this Management API should help you retrieve the keys. You can use a service callout policy to make api call. Please keep us posted if any.

Thanks for the response @Anil Sagar.

The management API on the link you've given returns a list of keys and certs of a specific keystore/truststore. My goal is to retrieve/export the key similar to this API - Export a Cert from a Keystore or Trustore. Is there a similar API that exports keys?

Hi @Anil Sagar, unfortunately, the link you've given only returns the list of keys/certs of a keystore/truststore. What I'm trying to do is to export/retrieve the keys similar to this API.