Browse Source

调整配置证书路径

master
xyiege 4 years ago
parent
commit
8003879172
  1. 12
      conf/szwh.properties

12
conf/szwh.properties

@ -1,9 +1,9 @@
# 用户认证
user.pem.prikey.path=cert/user_real/private_key.pem
user.pem.pubkey.path=cert/user_real/public_key.pem
user.pem.prikey.path=/conf/cert/user_real/private_key.pem
user.pem.pubkey.path=/conf/cert/user_real/public_key.pem
# 委托系统
entrust.pem.prikey.path=cert/entrust/private_key.pem
entrust.pem.pubkey.path=cert/entrust/public_key.pem
entrust.pem.prikey.path=/conf/cert/entrust/private_key.pem
entrust.pem.pubkey.path=/conf/cert/entrust/public_key.pem
#资源下载
distribute。pem.prikey.path=cert/distribute/private_key.pem
distribute.pem.pubkey.path=cert/distribute/public_key.pem
distribute。pem.prikey.path=/conf/cert/distribute/private_key.pem
distribute.pem.pubkey.path=/conf/cert/distribute/public_key.pem
Loading…
Cancel
Save