# xb2-node **Repository Path**: H0110/xb2-node ## Basic Information - **Project Name**: xb2-node - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-15 - **Last Updated**: 2025-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node.js 学习笔记 # 小白兔的开发之路 ```C ``` ## 生成公钥和秘钥 ```shell cd config openssl genrsa -out private.key 4096 rsa -in provate.key -pubout -out public.key exit ```