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

feat: 证书账户表单默认使用letsencrypt

This commit is contained in:
2025-05-17 19:01:16 +08:00
parent 9876821b9a
commit a3210c0a92
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ const updateAccountModel = ref<any>({
email: '',
kid: '',
key_type: 'P256',
ca: 'googlecn'
ca: 'letsencrypt'
})
const updateAccountModal = ref(false)
const updateAccount = ref<any>()

View File

@@ -27,7 +27,7 @@ const model = ref<any>({
email: '',
kid: '',
key_type: 'P256',
ca: 'googlecn'
ca: 'letsencrypt'
})
const showEAB = computed(() => {