mirror of https://github.com/certd/certd
chore: 1
parent
5a08f27d2c
commit
b6ab178de9
|
@ -38,10 +38,10 @@ export class CertApplyPlugin extends AbstractTaskPlugin {
|
||||||
span: 24,
|
span: 24,
|
||||||
},
|
},
|
||||||
helper:
|
helper:
|
||||||
"支持通配符域名,例如: *.foo.com、foo.com、*.test.handsfree.work\n" +
|
"1、支持通配符域名,例如: *.foo.com、foo.com、*.test.handsfree.work\n" +
|
||||||
"支持多个域名、多个子域名、多个通配符域名打到一个证书上(域名必须是在同一个DNS提供商解析)\n" +
|
"2、支持多个域名、多个子域名、多个通配符域名打到一个证书上(域名必须是在同一个DNS提供商解析)\n" +
|
||||||
"多级子域名要分成多个域名输入(*.foo.com的证书不能用于xxx.yyy.foo.com、foo.com)\n" +
|
"3、多级子域名要分成多个域名输入(*.foo.com的证书不能用于xxx.yyy.foo.com、foo.com)\n" +
|
||||||
"输入一个回车之后,再输入下一个",
|
"4、输入一个回车之后,再输入下一个",
|
||||||
})
|
})
|
||||||
domains!: string;
|
domains!: string;
|
||||||
|
|
||||||
|
@ -110,7 +110,7 @@ export class CertApplyPlugin extends AbstractTaskPlugin {
|
||||||
dnsProviderAccess!: string;
|
dnsProviderAccess!: string;
|
||||||
|
|
||||||
@TaskInput({
|
@TaskInput({
|
||||||
title: "跳过本地校验DNS解析",
|
title: "跳过本地校验DNS",
|
||||||
default: false,
|
default: false,
|
||||||
component: {
|
component: {
|
||||||
name: "a-switch",
|
name: "a-switch",
|
||||||
|
|
Loading…
Reference in New Issue