# free-ssl-auto-deploy **Repository Path**: sofical/free-ssl-auto-deploy ## Basic Information - **Project Name**: free-ssl-auto-deploy - **Description**: 各云平台的免费ssl证书自动续期部署工具 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.gjxjl.com/ssl-tools.html - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2025-01-15 - **Last Updated**: 2025-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: SSL证书部署工具, 免费SSL证书管理工具 ## README # free-ssl-auto-deploy #### 介绍 各云平台的免费ssl证书自动续期部署工具,解决免费证书只有90天可用期限,需要频繁更新部署的问题。 #### 软件架构 1.主要技术栈:Vue3、electron、Element-Plus、ssh2 #### 开发运行 1. cd ssltools 2. npm install 注意: 2.1. 组件dns安装可能出现源不可用,可以使用 --proxy 设置临时代理进行安装。命令参考:npm install --proxy http://[username]:[password]@[proxy-server-url]:[port] 2.2. linux下如果遇到错误(gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying to load binding.gyp),可以使用npm install --openssl-flips=''跳过 3. npm start #### 使用说明 https://www.gjxjl.com/doc-ssl-tools.html #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request