Actions
Feature #11931
openAdd support for validating a domain's ownership via Google Cloud Cloud DNS
Status:
New
Priority:
Very Low
Assignee:
-
Category:
ACME
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Description
Add support for validating a domain's ownership via Google Cloud Cloud DNS.
Support for Google Cloud Cloud DNS is already implemented in the acme-official/acme-sh. See dns_gcloud.sh.
The associated script documentation omits to mention that authenticating and configuringgcloud
can be performed in a non-interactive way by:
- Creating a Google Cloud service account key: documentation.
- Authenticating
gcloud
with the created service account key: documentation. - Configuring
gcloud
: viagcloud config set
- documentation via environment variables: documentation.
Related issues
Updated by Viktor Gurov almost 3 years ago
- Is duplicate of Bug #12799: Missing ACME DNS Providers added
Updated by Jim Pingle about 2 years ago
- Priority changed from Normal to Very Low
- Start date deleted (
05/17/2021)
This would also require adding a dependency for net/google-cloud-sdk
to get the gcloud
command on the firewall. That appears to only require Python so it may be OK to do, but would still require significant development to implement all of those other steps which are not required for any other provider. That may push it out of scope for what the ACME package is going to be able to do here.
Actions