# 在线生成https证书 **Repository Path**: likely-cloud/greenlock ## Basic Information - **Project Name**: 在线生成https证书 - **Description**: 在线生成https证书 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-04-24 - **Last Updated**: 2023-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 本地运行 npm run dev ## 编译 npm run build ## 上传 需要在 script 目录下新建 config.js 内容如下: ``` export const config = { host: "106.23.87.241", port: 22, username: "root", password: "********", }; ``` "postbuild": "npm run deploy",//编译后自动运行 ## 服务器上运行 npm run pm2