# nexus-data-auth **Repository Path**: apex_labs_open_sourse/nexus-data-auth ## Basic Information - **Project Name**: nexus-data-auth - **Description**: 创略科技数据权限服务 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-11-21 - **Last Updated**: 2025-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nexus-data-auth 数据权限 # nexus 开源认证证书安装 ``` 首先去创略科技官网下载证书,官网地址:https://www.chinapex.com.cn 流程如下: 1.官网注册/登录=>个人中心=>申请证书=>下载公钥=>申请证书=>下载证书 2.将下载公钥和证书默认安装在当前项目目录下 启动文件bootstrap.yml配置示例: nexus: license: licensePath: ./license.lic publicAlias: publicCert publicKeysStorePath: ./nexusPublicCerts.keystore 3.licensePath,publicKeysStorePath可根据不通的操作系统动态调整路径位置 备注:如果在安装过程中出现问题可联系创略科技运营支持 电话:021-61700720 邮箱:info@chinapex.com 企业微信客服(浏览器输入地址):https://work.weixin.qq.com/kfid/kfc29a3bca596a46a27?enc_scene=ENC71zmDxYhZk9WK7YuZDvnCFTr1QgkfGtxg7bqbLRPWLrc ```