# xb2-node **Repository Path**: czwcn/xb2-node ## Basic Information - **Project Name**: xb2-node - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-22 - **Last Updated**: 2024-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 小白兔的开发之路 ## 生成密钥和公钥 ``` mkdir config cd config openssl genrsa -out private.key 4096 openssl rsa -in private.key -pubout -out public.key exit ``` ## 访问控制 1、检查用户是否拥有指定资源 检查用户是否拥有该资源,去更新和删除自己发布的资源。