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