소스 검색

Merge pull request #3194 from zhzy0077/patch-1

certbot-dns-tencentcloud should be 2.0.2 or above.
jc21 2 년 전
부모
커밋
410c3484ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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`,