Skip to content

Commit 4e17fb4

Browse files
committed
Adds tencent cloud as dns challenge provider
1 parent adc5a20 commit 4e17fb4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

global/certbot-dns-plugins.js

+10
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,16 @@ dns_transip_key_file = /etc/letsencrypt/transip-rsa.key`,
472472
full_plugin_name: 'dns-transip',
473473
},
474474
//####################################################//
475+
tencentcloud: {
476+
display_name: 'Tencent Cloud',
477+
package_name: 'certbot-dns-tencentcloud',
478+
version_requirement: '~=2.0.0',
479+
dependencies: '',
480+
credentials: `dns_tencentcloud_secret_id = TENCENT_CLOUD_SECRET_ID
481+
dns_tencentcloud_secret_key = TENCENT_CLOUD_SECRET_KEY`,
482+
full_plugin_name: 'dns-tencentcloud',
483+
},
484+
//####################################################//
475485
vultr: {
476486
display_name: 'Vultr',
477487
package_name: 'certbot-dns-vultr',

0 commit comments

Comments
 (0)