mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #2650] Please Add Google Domains Authenticator (Not Google Cloud) #1832
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1832
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @insd47 on GitHub (Mar 4, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2650
What provider would you like to see added to NPM?
Google Domains DNS.
This is default DNS provider for domains bought from Google Domains.
it provides access token for ACME Challenge.
Have you checked if a certbot plugin exists?
yes, please see below.
https://pypi.org/project/certbot-dns-google-domains/
https://github.com/aaomidi/certbot-dns-google-domains
@walkerdgp commented on GitHub (Mar 4, 2023):
You can try create a json credencial file
https://certbot-dns-google.readthedocs.io/en/stable/index.html#credentials-json 426

@insd47 commented on GitHub (Mar 4, 2023):
a json credencial file it requires is generated to manage Google Cloud Platform services, and I don't use it. I need to generate SSL certificate with Google Domains ACME DNS API, which I think is different from Google Cloud.
@ttocsr commented on GitHub (Mar 7, 2023):
You can use this docker image to test Google Domains in NPM. jc21/nginx-proxy-manager:github-pr-2647
PR #2647
@ttocsr commented on GitHub (Mar 7, 2023):
This issue can be closed. Google Domains support has been merged.
@insd47 commented on GitHub (Mar 8, 2023):
thank you for contributing!