From 8003879172f3301b2fdbf7704ca809f5d18d3add Mon Sep 17 00:00:00 2001 From: xioayue Date: Wed, 29 Jun 2022 23:41:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=85=8D=E7=BD=AE=E8=AF=81?= =?UTF-8?q?=E4=B9=A6=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/szwh.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/szwh.properties b/conf/szwh.properties index 924e0d5..32103a8 100644 --- a/conf/szwh.properties +++ b/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 \ No newline at end of file +distribute。pem.prikey.path=/conf/cert/distribute/private_key.pem +distribute.pem.pubkey.path=/conf/cert/distribute/public_key.pem \ No newline at end of file