Assigned
Status Update
Comments
jm...@google.com <jm...@google.com> #2
Our engineering team is aware of this request and are currently investigating it. There is no ETA for the implementation at this time.
No update yet.
Description
Allow Project Owners to fetch a comprehensive list of all SSL certificates mapped to custom domains from all Projects via Gcloud command. The following output would be required:
Name - Cert name assigned.
Expiration date
Mapped domains
Project ID
Current functionality if applicable:
- The Cloud Console does provide an SSL cert list mapped to custom domains based Only on 1 Project.
- Gcloud allows you to get a list of domains + SSL certs by Project: gcloud beta app domain-mappings list
The above could be done via API [1] for an individual project however, for large customers this requires a lot of man power.
Current customer workaround(s):
Programatically call appengine.apps.domainMappings.list [2] on each of your projects and see which domains are mapped to it. Then, search on each individual project for the expiration date.
[1]
[2]