mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
perf: 新增部署1panel面板证书插件
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user