API for domain registration, add SSL certificate for Google App Engine application

we are looking for an API to programmatically register new domains and download the appropriate SSL certificates for an existing Google App Engine application. Prerequisites: we would like to offer a reverse DNS-based proxy for our GAE-based service, where our customers can access our application through their domain. After that, you can easily configure new domain names (SNI) manually and download the corresponding SSL certificate. To automate the process, as well as to restrict access to SSL certificates owned by the owners, we would like to automate the process.

I was browsing the Google Management API for the Google App Engine ( https://cloud.google.com/appengine/docs/admin-api/reference/rpc/google.appengine.v1 ) but could not find a way to execute the above functionality through this API . Is there such an API?

Thanks, Soren

+4
source share
2 answers

There is currently no support for this.

To do this, there is a feature request created on November 13, 2015, which also supports Let Encrypt support.

And there’s a hint of this - that somewhere in the wild, alpha already exists for "App Engine API APIs - User Domains and SSL Certificates"

: https://issuetracker.google.com/issues/35900034

+2

, . ; , SSL App Engine, .

+1

Source: https://habr.com/ru/post/1657238/


All Articles