Skip to content

Commit cd4caea

Browse files
committed
Adds coudns dns provider
1 parent c9daf19 commit cd4caea

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

global/certbot-dns-plugins.js

+16
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,22 @@ dns_cloudflare_api_token = 0123456789abcdef0123456789abcdef01234567`,
7676
full_plugin_name: 'dns-cloudflare',
7777
},
7878
//####################################################//
79+
cloudns: {
80+
display_name: 'ClouDNS',
81+
package_name: 'certbot-dns-cloudns',
82+
package_version: '0.4.0',
83+
dependencies: '',
84+
credentials: `# Target user ID (see https://www.cloudns.net/api-settings/)
85+
dns_cloudns_auth_id=1234
86+
# Alternatively, one of the following two options can be set:
87+
# dns_cloudns_sub_auth_id=1234
88+
# dns_cloudns_sub_auth_user=foobar
89+
90+
# API password
91+
dns_cloudns_auth_password=password1`,
92+
full_plugin_name: 'dns-cloudns',
93+
},
94+
//####################################################//
7995
cloudxns: {
8096
display_name: 'CloudXNS',
8197
package_name: 'certbot-dns-cloudxns',

0 commit comments

Comments
 (0)