2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 03:07:20 +08:00

fix: 添加litessl描述

This commit is contained in:
2026-01-25 22:58:38 +08:00
parent 8fd18406b5
commit 50d0095a62
3 changed files with 4 additions and 4 deletions

View File

@@ -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"`

View File

@@ -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">

View File

@@ -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">