perf: 新增部署1panel面板证书插件

This commit is contained in:
xiaojunnuo
2026-01-05 00:20:18 +08:00
parent 8374a4f5bf
commit 4243622414
5 changed files with 244 additions and 8 deletions
@@ -15,19 +15,21 @@ input:
required: true
encrypt: false
publicKey:
title: 公钥
title: 证书公钥
component:
name: a-textarea
rows: 3
placeholder: MIIBIjANBg...
placeholder: '-----BEGIN CERTIFICATE-----'
helper: 微信商户平台—>账户设置—>API安全—>验证商户身份—>商户API证书—>管理证书—>apiclient_cert.pem
required: true
encrypt: true
privateKey:
title: 私钥
component:
placeholder: MIIEvQIBADANB...
placeholder: '-----BEGIN PRIVATE KEY-----'
name: a-textarea
rows: 3
helper: 证书私钥 apiclient_key.pem
required: true
encrypt: true
key: