Certificate Monitoring in Apigee X

Hi

we have Apigee X and I am trying to setup up Certificate monitoring and alerting for the certs loaded in Apigee X Trust store and Key store. 

I am not able to find any documentation in specific to Apigee X for setting that up.

0 1 144
1 REPLY 1

Two ways of solving this:
A) You manage the certs in a dedicated system and receive the expiry notifications there.
B) You poll this endpoint https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.environments.keysto... with a periodically run serverless application and create notifications from there.