Skip to content

easyacme is a visual ACME (RFC 8555) client designed to simplify Let's Encrypt certificate issuance and management 🚀 🚀 🚀 🚀 🚀🚀 🚀 🚀 🚀 🚀 🚀 🚀 easyacme是一个可视化的ACME客户端,旨在方便Let's Encrypt证书的签发和管理

Notifications You must be signed in to change notification settings

ldlb9527/easyacme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyACME

English | 中文

介绍

可视化的ACME客户端

一键安装命令

  • 依赖dockerdocker compose(或docker-compose)
curl -fsSL -k https://115.190.153.121/install.sh | bash -s -- --install-dir ./easyacme --port 8081

本地启动

  • 配置config,yaml的postgresql数据库连接
  • 接着运行后端和前端
    cd easyacme
    go mod tidy
    go run ./cmd/server/main.go
    
    cd web
    npm install
    npm run dev

本地构建

  • 如果你要从源码构建镜像,有个粗糙的脚本
cd easyacme
./build.sh
  • 如果仅构建当前主机架构,修改为build.sh的构建命令为为docker build -t "${FULL_IMAGE_NAME}" .

欢迎反馈

About

easyacme is a visual ACME (RFC 8555) client designed to simplify Let's Encrypt certificate issuance and management 🚀 🚀 🚀 🚀 🚀🚀 🚀 🚀 🚀 🚀 🚀 🚀 easyacme是一个可视化的ACME客户端,旨在方便Let's Encrypt证书的签发和管理

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published