改造支付证书管理模块
This commit is contained in:
@@ -102,3 +102,30 @@ config:
|
||||
aliyunDomain: https://oss-gxwebsoft.oss-cn-shenzhen.aliyuncs.com
|
||||
|
||||
|
||||
# 证书配置
|
||||
certificate:
|
||||
# 证书加载模式: CLASSPATH, FILESYSTEM, VOLUME
|
||||
load-mode: CLASSPATH
|
||||
# Docker挂载卷证书路径
|
||||
cert-root-path: /app/certs
|
||||
# 开发环境证书路径前缀
|
||||
dev-cert-path: certs/dev
|
||||
|
||||
# 微信支付证书配置
|
||||
wechat-pay:
|
||||
dev:
|
||||
api-v3-key: "zGufUcqa7ovgxRL0kF5OlPr482EZwtn9"
|
||||
private-key-file: "apiclient_key.pem"
|
||||
apiclient-cert-file: "apiclient_cert.pem"
|
||||
wechatpay-cert-file: "wechatpay_cert.pem"
|
||||
prod-base-path: "/file"
|
||||
cert-dir: "wechat"
|
||||
|
||||
# 支付宝证书配置
|
||||
alipay:
|
||||
cert-dir: "alipay"
|
||||
app-private-key-file: "app_private_key.pem"
|
||||
app-cert-public-key-file: "appCertPublicKey.crt"
|
||||
alipay-cert-public-key-file: "alipayCertPublicKey.crt"
|
||||
alipay-root-cert-file: "alipayRootCert.crt"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user