mirror of
https://github.com/certd/certd.git
synced 2026-06-27 14:07:33 +08:00
chore: handsfree.work 域名 修改
This commit is contained in:
@@ -32,7 +32,7 @@ export class CertApplyLegoPlugin extends CertApplyBasePlugin {
|
||||
// vModel: "value",
|
||||
// options: [
|
||||
// { value: "https://acme-v02.api.letsencrypt.org/directory", label: "Let's Encrypt" },
|
||||
// { value: "https://letsencrypt.proxy.handsfree.work/directory", label: "Let's Encrypt代理,letsencrypt.org无法访问时使用" },
|
||||
// { value: "https://letsencrypt.proxy.handfree.work/directory", label: "Let's Encrypt代理,letsencrypt.org无法访问时使用" },
|
||||
// ],
|
||||
// },
|
||||
// required: true,
|
||||
|
||||
@@ -132,7 +132,7 @@ export class HostDeployToIIS extends AbstractPlusTaskPlugin {
|
||||
*
|
||||
* SiteName HttpsBindings
|
||||
* -------- -------------
|
||||
* first *:443:first.handsfree.work
|
||||
* first *:443:first.handfree.work
|
||||
*/
|
||||
// 解析获取网站名称
|
||||
const siteOptions = [];
|
||||
|
||||
+1
-1
@@ -118,7 +118,7 @@ export class CtyunDeployToCDN extends AbstractTaskPlugin {
|
||||
const domain_details = res.domain_details;
|
||||
const errorMessage = "";
|
||||
for (const domainDetail of domain_details) {
|
||||
// "code":200002,"domain":"ctyun.handsfree.work","message":"参数cert_name只在https_status为on时才有效"}
|
||||
// "code":200002,"domain":"ctyun.handfree.work","message":"参数cert_name只在https_status为on时才有效"}
|
||||
if (domainDetail.code !== 100000) {
|
||||
const thisMessage = `部署失败[${domainDetail.code}]:${domainDetail.domain}:${domainDetail.message}`;
|
||||
if (thisMessage.includes("已有进行中的工单") || errorMessage.includes("域名正在操作中")) {
|
||||
|
||||
@@ -47,7 +47,7 @@ export class QiniuDeployCertToCDN extends AbstractTaskPlugin {
|
||||
@TaskInput(
|
||||
createRemoteSelectInputDefine({
|
||||
title: "CDN加速域名",
|
||||
helper: "你在七牛云上配置的CDN加速域名,比如:certd.handsfree.work",
|
||||
helper: "你在七牛云上配置的CDN加速域名,比如:certd.handfree.work",
|
||||
rules: [{ type: "domains", allowDotStart: true }],
|
||||
action: QiniuDeployCertToCDN.prototype.onGetDomainList.name,
|
||||
required: true,
|
||||
|
||||
@@ -17,7 +17,7 @@ import { QiniuAccess, QiniuClient } from "../../plugin-lib/qiniu/index.js";
|
||||
export class QiniuDeployCertToOSS extends AbstractTaskPlugin {
|
||||
@TaskInput({
|
||||
title: "自定义源站域名",
|
||||
helper: "你在七牛云上配置的OSS域名,比如:certd.handsfree.work",
|
||||
helper: "你在七牛云上配置的OSS域名,比如:certd.handfree.work",
|
||||
required: true,
|
||||
})
|
||||
domainName!: string;
|
||||
|
||||
@@ -157,7 +157,7 @@ export class UCloudDeployToCDN extends AbstractTaskPlugin {
|
||||
}
|
||||
|
||||
/**
|
||||
* "Domain": "ucloud.certd.handsfree.work",
|
||||
* "Domain": "ucloud.certd.handfree.work",
|
||||
"DomainId": "ucdn-1kwdtph5ygbb"
|
||||
*/
|
||||
const options = list.map((item: any) => {
|
||||
|
||||
@@ -119,7 +119,7 @@ export class UCloudDeployToWaf extends AbstractTaskPlugin {
|
||||
}
|
||||
|
||||
/**
|
||||
* "Domain": "ucloud.certd.handsfree.work",
|
||||
* "Domain": "ucloud.certd.handfree.work",
|
||||
"DomainId": "ucdn-1kwdtph5ygbb"
|
||||
*/
|
||||
const options = list.map((item: any) => {
|
||||
|
||||
@@ -112,7 +112,7 @@ certificateKey
|
||||
}
|
||||
|
||||
/**
|
||||
* "Domain": "ucloud.certd.handsfree.work",
|
||||
* "Domain": "ucloud.certd.handfree.work",
|
||||
"DomainId": "ucdn-1kwdtph5ygbb"
|
||||
*/
|
||||
const options = list.map((item: any) => {
|
||||
|
||||
Reference in New Issue
Block a user