mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 03:07:20 +08:00
fix: 添加litessl描述
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package request
|
||||
|
||||
type CertAccountCreate struct {
|
||||
CA string `form:"ca" json:"ca" validate:"required|in:googlecn,google,letsencrypt,buypass,zerossl,sslcom"`
|
||||
CA string `form:"ca" json:"ca" validate:"required|in:googlecn,google,letsencrypt,litessl,buypass,zerossl,sslcom"`
|
||||
Email string `form:"email" json:"email" validate:"required"`
|
||||
Kid string `form:"kid" json:"kid"`
|
||||
HmacEncoded string `form:"hmac_encoded" json:"hmac_encoded"`
|
||||
@@ -10,7 +10,7 @@ type CertAccountCreate struct {
|
||||
|
||||
type CertAccountUpdate struct {
|
||||
ID uint `form:"id" json:"id" validate:"required|exists:cert_accounts,id"`
|
||||
CA string `form:"ca" json:"ca" validate:"required|in:googlecn,google,letsencrypt,buypass,zerossl,sslcom"`
|
||||
CA string `form:"ca" json:"ca" validate:"required|in:googlecn,google,letsencrypt,litessl,buypass,zerossl,sslcom"`
|
||||
Email string `form:"email" json:"email" validate:"required"`
|
||||
Kid string `form:"kid" json:"kid"`
|
||||
HmacEncoded string `form:"hmac_encoded" json:"hmac_encoded"`
|
||||
|
||||
@@ -213,7 +213,7 @@ onUnmounted(() => {
|
||||
<n-space vertical>
|
||||
<n-alert type="info">{{
|
||||
$gettext(
|
||||
'Google and SSL.com require obtaining KID and HMAC from their official websites first'
|
||||
'LiteSSL, Google and SSL.com require obtaining EAB (KID and HMAC) from their official websites first'
|
||||
)
|
||||
}}</n-alert>
|
||||
<n-alert type="warning">
|
||||
|
||||
@@ -70,7 +70,7 @@ const handleCreateAccount = () => {
|
||||
<n-space vertical>
|
||||
<n-alert type="info">{{
|
||||
$gettext(
|
||||
'Google and SSL.com require obtaining KID and HMAC from their official websites first'
|
||||
'LiteSSL, Google and SSL.com require obtaining EAB (KID and HMAC) from their official websites first'
|
||||
)
|
||||
}}</n-alert>
|
||||
<n-alert type="warning">
|
||||
|
||||
Reference in New Issue
Block a user