feat: add tencentcloud-eo dns-01 applicant

This commit is contained in:
Fu Diwei
2025-03-25 20:27:16 +08:00
parent fd8ac3ae37
commit fa63f2a838
13 changed files with 385 additions and 20 deletions

View File

@@ -45,7 +45,7 @@ func (n *applyNode) Process(ctx context.Context) error {
n.logger.Info(fmt.Sprintf("skip this application, because %s", skipReason))
return nil
} else if skipReason != "" {
n.logger.Info(fmt.Sprintf("continue to apply, because %s", skipReason))
n.logger.Info(fmt.Sprintf("re-apply, because %s", skipReason))
}
// 初始化申请器

View File

@@ -58,7 +58,7 @@ func (n *deployNode) Process(ctx context.Context) error {
n.logger.Info(fmt.Sprintf("skip this deployment, because %s", skipReason))
return nil
} else if skipReason != "" {
n.logger.Info(fmt.Sprintf("continue to deploy, because %s", skipReason))
n.logger.Info(fmt.Sprintf("re-deploy, because %s", skipReason))
}
}

View File

@@ -43,7 +43,7 @@ func (n *uploadNode) Process(ctx context.Context) error {
n.logger.Info(fmt.Sprintf("skip this upload, because %s", skipReason))
return nil
} else if skipReason != "" {
n.logger.Info(fmt.Sprintf("continue to upload, because %s", skipReason))
n.logger.Info(fmt.Sprintf("re-upload, because %s", skipReason))
}
// 生成证书实体