# 自动续签ssl **Repository Path**: user_ye/automatically-renew-ssl ## Basic Information - **Project Name**: 自动续签ssl - **Description**: 自动续签ssl 需要提前安装好 acme.sh https://github.com/acmesh-official/acme.sh 定时任务每天跑即可 针对于宝塔 可配置邮箱发送 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-12-05 - **Last Updated**: 2025-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # goCa linux 自动续签ssl证书 + 自动续签ssl 需要结合: acme.sh + 自动更新证书 + 自动部署证书到nginx + 可灵活配置 多个域名 并且每个域名的续签过期时间可不一致 + 可实现发送邮箱通知续签成功 ## 使用教程: + 1. 安装 acme.sh + https://github.com/acmesh-official/acme.sh + 2. 拉取代码 `git clone https://gitee.com/user_ye/automatically-renew-ssl.git` + 3. 自行根据实际需求配置 config.yaml配置 + 4. 打包 `go build main.go` + 5. 运行 `./main` 如需要自动续签 则配置为定时任务执行 ### 教程图: + ![](./docs/使用图.png)