Browse Source

Merge pull request #1713 from jc21/adds-tencentcloud-dns-challenge

Adds tencent cloud as dns challenge provider
jc21 4 years ago
parent
commit
2d23bedf12
1 changed files with 10 additions and 0 deletions
  1. 10 0
      global/certbot-dns-plugins.js

+ 10 - 0
global/certbot-dns-plugins.js

@@ -472,6 +472,16 @@ dns_transip_key_file = /etc/letsencrypt/transip-rsa.key`,
 		full_plugin_name: 'dns-transip',
 	},
 	//####################################################//
+	tencentcloud: {
+		display_name:        'Tencent Cloud',
+		package_name:        'certbot-dns-tencentcloud',
+		version_requirement: '~=2.0.0',
+		dependencies:        '',
+		credentials:         `dns_tencentcloud_secret_id  = TENCENT_CLOUD_SECRET_ID
+dns_tencentcloud_secret_key = TENCENT_CLOUD_SECRET_KEY`,
+		full_plugin_name: 'dns-tencentcloud',
+	},
+	//####################################################//
 	vultr: {
 		display_name:        'Vultr',
 		package_name:        'certbot-dns-vultr',