二进制安装1、下载预先编译好的二进制可执行文件压缩包

📅 2026/7/1 8:14:11
二进制安装1、下载预先编译好的二进制可执行文件压缩包
下载预先编译好的二进制可执行文件压缩包https://github.com/certimate-go/certimate/releases压缩包文件名后缀包含系统架构信息需要根据操作系统自行选择相应的压缩包下载并解压缩全部文件。2、进入解压后的目录并在终端中执行./certimate serve3、运行成功后浏览器访问http://{IP/域名}:80904、初始的管理员账号及密码账号admincertimate.fun密码1234567890Docker 安装Docker 命令安装1、拉取镜像# 拉取镜像 docker pull certimate/certimate:latest # 国内镜像 docker pull registry.cn-shanghai.aliyuncs.com/certimate/certimate:latest2、创建挂载目录mkdir -p /data/software/certimate3、运行容器docker run -d \ --name certimate \ --restart unless-stopped \ -p 8090:8090 \ -v /etc/localtime:/etc/localtime:ro \ -v /etc/timezone:/etc/timezone:ro \ -v /data/software/certimate:/app/pb_data \ certimate/certimate:latest # 国内镜像 docker run -d \ --name certimate \ --restart unless-stopped \ -p 8090:8090 \ -v /etc/localtime:/etc/localtime:ro \ -v /etc/timezone:/etc/timezone:ro \ -v /data/software/certimate:/app/pb_data \ registry.cn-shanghai.aliyuncs.com/certimate/certimate:latestDocker Compose 安装1、创建docker-compose.yml文件并填写如下内容version: 3.0 services: certimate: image: certimate/certimate:latest container_name: certimate ports: - 8090:8090 volumes: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro - ./data:/app/pb_data restart: unless-stopped2、一键启动docker compose up -d功能体验仪表盘工作流流程编排运行历史主机提供商证书颁发机构通知渠道系统设置可以说certimate把 SSL 证书管理从重复体力活变成自动化流程。不仅私有化部署可以保障数据安全而且丰富的生态适配满足不同场景需求。无论是个人还是企业都能通过它彻底告别证书过期的焦虑。快去部署体验吧~项目地址https://github.com/certimate-go/certimate最后推荐的开源项目已经收录到GitHub项目欢迎Starhttps://github.com/chenyl8848/great-open-source-project或者访问网站进行在线浏览https://chencoding.top:8090/#/我创建了一个开源项目交流群方便大家在群里交流、讨论开源项目。但是任何人在群里打任何广告都会被 T 掉。