Răsfoiți Sursa

Merge pull request #3194 from zhzy0077/patch-1

certbot-dns-tencentcloud should be 2.0.2 or above.
jc21 2 ani în urmă
părinte
comite
410c3484ab
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      global/certbot-dns-plugins.js

+ 1 - 1
global/certbot-dns-plugins.js

@@ -568,7 +568,7 @@ dns_transip_key_file = /etc/letsencrypt/transip-rsa.key`,
 	tencentcloud: {
 		display_name:        'Tencent Cloud',
 		package_name:        'certbot-dns-tencentcloud',
-		version_requirement: '~=2.0.0',
+		version_requirement: '~=2.0.2',
 		dependencies:        '',
 		credentials:         `dns_tencentcloud_secret_id  = TENCENT_CLOUD_SECRET_ID
 dns_tencentcloud_secret_key = TENCENT_CLOUD_SECRET_KEY`,