How to manually request a TLS certificate from Google Public CA using acme.sh (it is better to use ACME in fully automated fashion, but sometimes you need to do things manually).
Install acme.sh
In a Google Cloud shell, run: $: gcloud publicca external-account-keys create
In a terminal run:
$ acme.sh --register-account -m myemail@example.com --server google --eab-kid <kid from the previous step> --eab-hmac-key <hmac from the previous step>
$ acme.sh --issue --server google -d example.com --dns --yes-I-know-dns-manual-mode-enough-go-ahead-please
Solve the DNS challenge using the provided nonce
$ acme.sh --renew --server google -d example.com
Configure your server to use the issued certificate chain