mirror of
https://github.com/certd/certd.git
synced 2026-07-15 18:27:33 +08:00
v1.41.0
This commit is contained in:
@@ -106,9 +106,10 @@ input:
|
||||
onSelectedChange: ctx.compute(({form})=>{
|
||||
return ($event)=>{
|
||||
form.dnsProviderAccessType = $event.accessType
|
||||
form.dnsProviderAccess = null
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
required: true
|
||||
@@ -206,10 +207,20 @@ input:
|
||||
- value: letsencrypt_staging
|
||||
label: Let's Encrypt测试环境(仅供测试)
|
||||
icon: simple-icons:letsencrypt
|
||||
mergeScript: |-
|
||||
return {
|
||||
component:{
|
||||
onSelectedChange: ctx.compute(({form})=>{
|
||||
return ($event)=>{
|
||||
form.acmeAccountAccessId = null
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
helper: |-
|
||||
Let's Encrypt:申请最简单
|
||||
Google:大厂光环,兼容性好,仅首次需要翻墙获取EAB授权
|
||||
ZeroSSL:需要EAB授权,无需翻墙
|
||||
Google:大厂光环,兼容性好,仅首次需要翻墙获取EAB授权,无需翻墙
|
||||
SSL.com:仅主域名和www免费,必须设置CAA记录
|
||||
required: true
|
||||
order: 0
|
||||
|
||||
Reference in New Issue
Block a user