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
Actions