mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 10:17:17 +08:00
feat: 证书账户表单默认使用letsencrypt
This commit is contained in:
@@ -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>()
|
||||
|
||||
@@ -27,7 +27,7 @@ const model = ref<any>({
|
||||
email: '',
|
||||
kid: '',
|
||||
key_type: 'P256',
|
||||
ca: 'googlecn'
|
||||
ca: 'letsencrypt'
|
||||
})
|
||||
|
||||
const showEAB = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user