This commit is contained in:
parent
93ea360421
commit
a3d39a246d
|
|
@ -0,0 +1,24 @@
|
|||
# 服务地址 格式 ip:port
|
||||
address: 10.22.245.159:19190
|
||||
## 以下两项使用kcsp平台的kms必填,均由kcsp平台提供。非kcsp平台可为空
|
||||
contextPath:
|
||||
kid:
|
||||
#以下两项必填(由kms aksk 管理解密生成)
|
||||
accessKey: Sgk5hVoeEEpgUhK7
|
||||
secretKey: eWjPzctSUTODF2Xm
|
||||
#使用cbc模式加密的keyId,可为空
|
||||
cbcKeyId:
|
||||
#使用ctr模式加密的keyId,可为空
|
||||
crtKeyId:
|
||||
#是否使用tls
|
||||
useTLS: false
|
||||
#本地信任keyStore路径
|
||||
trustStorePath:
|
||||
#本地信任keyStore密码
|
||||
trustStorePassword:
|
||||
#本地keyStore路径
|
||||
keyStorePath:
|
||||
#本地keyStore密码
|
||||
keyStorePassword:
|
||||
#本地keyStore中key的密码
|
||||
keyPassword:
|
||||
Loading…
Reference in New Issue