Hi Team,
Thanks in Advance.
How to create a Cloud Function that periodically checks the SSL certificate list API to verify the expiration dates of your certificates, and which notifies you when the expiration date is within your defined threshold in GCP
Is your question related to AppSheet? Perhaps you meant to post in the Google Cloud Community.
Hi @Aravind_07,
Welcome to Google Cloud Community!
To create a Cloud Function that periodically checks the SSL certificate list API to verify the expiration dates of your certificates, and which notifies you when the expiration date is within your defined threshold in GCP, you can follow these steps:
You can use the Language of your choice to develop the function, which is supported by GCP, eg. Node.js, Python, Go.
You might also want to consider using a third-party library for parsing the SSL certificate list API's response, such as the "ssl-cert-check" package for Node.js or the "pyopenssl" package for Python, which can help simplify the process of extracting the expiration dates.
Thank you
Thank you christianpaula.