mirror of
https://github.com/usual2970/certimate.git
synced 2025-09-21 07:26:01 +00:00
feat: add tencentcloud-eo dns-01 applicant
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
// 初始化申请器
|
||||
|
@@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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))
|
||||
}
|
||||
|
||||
// 生成证书实体
|
||||
|
Reference in New Issue
Block a user