Skip to content

Commit cc4891d

Browse files
authored
Merge pull request #2647 from ttocsr/google_domains_dns
Add Google Domains DNS provider
2 parents 40c2683 + 9d60b4a commit cc4891d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

global/certbot-dns-plugins.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,16 @@ dns_godaddy_key = abcdef0123456789abcdef01234567abcdef0123`,
276276
full_plugin_name: 'dns-google',
277277
},
278278
//####################################################//
279+
googledomains: {
280+
display_name: 'GoogleDomainsDNS',
281+
package_name: 'certbot-dns-google-domains',
282+
version_requirement: '~=0.1.5',
283+
dependencies: '',
284+
credentials: `dns_google_domains_access_token = 0123456789abcdef0123456789abcdef01234567
285+
dns_google_domains_zone = "example.com"`,
286+
full_plugin_name: 'dns-google-domains',
287+
},
288+
//####################################################//
279289
hetzner: {
280290
display_name: 'Hetzner',
281291
package_name: 'certbot-dns-hetzner',

0 commit comments

Comments
 (0)