I would like to automate the process of renewing certificates using Let Encrypt (implementation of the ACME challenge response + converting the private key to the unencrypted .rsa format).
But the only thing that still requires manual intervention is to provide a certificate chain and a private key for the Google domain manager:
https://console.cloud.google.com/appengine/settings/certificates
You need to open the browser manually and get a copy- certificate paste.
Is there any possible way to automate this? Maybe the endpoint is protected by OAuth2.0 tokens? The tool gclouddoes not seem to contain any relevant methods.
source
share