Hello all,
I'm investigating a requirement for a client, who requires a solution to manage their Public CA certificates.
We were hoping that we could use certbot/LetsEncrypt to create the certificates, and Certificate Manager to view/manage them.
We've followed the instructions here: Request a certificate using Public CA and an ACME client | Certificate Manager | Google Cloud
But that doesn't automatically add my new certificate to Certificate Manager. We've tried a variety of different flags for the command (e.g. --dns-google after adding the certbot gcp plugin), so for example:
sudo certbot certonly --server "https://dv.acme-v02.api.pki.goog/directory" --domains "certificates.my-lab.com" --dns-google
We get valid certificates on the webserver we are running after running the command, but they are not visible anywhere from the Cloud Console. Is this expected?