Skip to content

Commit 9af2f50

Browse files
committed
Adds GoDaddy DNS provider
1 parent 62a708b commit 9af2f50

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
@@ -201,6 +201,16 @@ dns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy`,
201201
full_plugin_name: 'certbot-plugin-gandi:dns',
202202
},
203203
//####################################################//
204+
godaddy: {
205+
display_name: 'GoDaddy',
206+
package_name: 'certbot-dns-godaddy',
207+
package_version: '0.2.0',
208+
dependencies: '',
209+
credentials: `dns_godaddy_secret = 0123456789abcdef0123456789abcdef01234567
210+
dns_godaddy_key = abcdef0123456789abcdef01234567abcdef0123`,
211+
full_plugin_name: 'dns-godaddy',
212+
},
213+
//####################################################//
204214
google: {
205215
display_name: 'Google',
206216
package_name: 'certbot-dns-google',

0 commit comments

Comments
 (0)