diff --git a/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-eo/index.ts b/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-eo/index.ts index 189dcc56a..6265b889d 100644 --- a/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-eo/index.ts +++ b/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/deploy-to-eo/index.ts @@ -11,7 +11,7 @@ import {CertApplyPluginNames, CertInfo, CertReader} from "@certd/plugin-cert"; name: 'DeployCertToTencentEO', title: '腾讯云-部署到腾讯云EO', icon: 'svg:icon-tencentcloud', - desc: '腾讯云边缘安全加速平台EdgeOne(EO),必须配置上传证书到腾讯云任务', + desc: '腾讯云边缘安全加速平台EdgeOne(EO)', group: pluginGroups.tencent.key, default: { strategy: { @@ -126,6 +126,7 @@ export class DeployCertToTencentEO extends AbstractTaskPlugin { }, ], }; + this.logger.info('设置腾讯云EO证书参数:', JSON.stringify(params)); await this.doRequest(client, params); }