Project

General

Profile

Actions

Feature #11931

open

Add support for validating a domain's ownership via Google Cloud Cloud DNS

Added by Alex Cazacu almost 3 years ago. Updated over 1 year ago.

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 configuring gcloud can be performed in a non-interactive way by:
  1. Creating a Google Cloud service account key: documentation.
  2. Authenticating gcloud with the created service account key: documentation.
  3. Configuring gcloud: via gcloud config set - documentation via environment variables: documentation.

Related issues

Is duplicate of Bug #12799: Missing ACME DNS ProvidersDuplicate

Actions
Actions #1

Updated by Viktor Gurov about 2 years ago

  • Is duplicate of Bug #12799: Missing ACME DNS Providers added
Actions #2

Updated by Viktor Gurov about 2 years ago

  • Status changed from New to Duplicate

see also #9200

Actions #3

Updated by Viktor Gurov about 2 years ago

  • Status changed from Duplicate to New
Actions #4

Updated by Jim Pingle over 1 year 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

Also available in: Atom PDF