From 1844e9a9db971ba43ae94a7e3056e711ccc45bfb Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Thu, 15 May 2025 23:41:25 +0800 Subject: [PATCH] update README --- CONTRIBUTING.md | 2 +- CONTRIBUTING_EN.md | 2 +- README.md | 4 ++-- README_EN.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a70706ba..3e8fcee1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ ## 前提条件 -- Go 1.22+ (用于修改 Go 代码) +- Go 1.24+ (用于修改 Go 代码) - Node 20+ (用于修改 UI) 如果还没有这样做,你可以 fork Certimate 的主仓库,并克隆到本地以便进行修改: diff --git a/CONTRIBUTING_EN.md b/CONTRIBUTING_EN.md index 3d848ec8..59a783e9 100644 --- a/CONTRIBUTING_EN.md +++ b/CONTRIBUTING_EN.md @@ -9,7 +9,7 @@ Thank you for taking the time to improve Certimate! Below is a guide for submitt ## Prerequisites -- Go 1.22+ (for Go code changes) +- Go 1.24+ (for Go code changes) - Node 20+ (for Admin UI changes) If you haven't done so already, you can fork the Certimate repository and clone your fork to work locally: diff --git a/README.md b/README.md index 18efb6f1..f5be11ff 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ Certimate 旨在为用户提供一个安全、简便的 SSL 证书管理解决 - 灵活的工作流编排方式,证书从申请到部署完全自动化; - 支持单域名、多域名、泛域名证书,可选 RSA、ECC 签名算法; - 支持 PEM、PFX、JKS 等多种格式输出证书; -- 支持 20+ 域名托管商(如阿里云、腾讯云、Cloudflare 等,[点此查看完整清单](https://docs.certimate.me/docs/reference/providers#supported-dns-providers)); -- 支持 70+ 部署目标(如 Kubernetes、CDN、WAF、负载均衡等,[点此查看完整清单](https://docs.certimate.me/docs/reference/providers#supported-host-providers)); +- 支持 30+ 域名托管商(如阿里云、腾讯云、Cloudflare 等,[点此查看完整清单](https://docs.certimate.me/docs/reference/providers#supported-dns-providers)); +- 支持 80+ 部署目标(如 Kubernetes、CDN、WAF、负载均衡等,[点此查看完整清单](https://docs.certimate.me/docs/reference/providers#supported-host-providers)); - 支持邮件、钉钉、飞书、企业微信、Webhook 等多种通知渠道; - 支持 Let's Encrypt、Buypass、Google Trust Services、SSL.com、ZeroSSL 等多种 ACME 证书颁发机构; - 更多特性等待探索。 diff --git a/README_EN.md b/README_EN.md index 5b62f12d..472efd66 100644 --- a/README_EN.md +++ b/README_EN.md @@ -38,8 +38,8 @@ Certimate aims to provide users with a secure and user-friendly SSL certificate - Flexible workflow orchestration, fully automation from certificate application to deployment; - Supports single-domain, multi-domain, wildcard certificates, with options for RSA or ECC. - Supports various certificate formats such as PEM, PFX, JKS. -- Supports more than 20+ domain registrars (e.g., Alibaba Cloud, Tencent Cloud, Cloudflare, etc. [Check out this link](https://docs.certimate.me/en/docs/reference/providers#supported-dns-providers)); -- Supports more than 70+ deployment targets (e.g., Kubernetes, CDN, WAF, load balancers, etc. [Check out this link](https://docs.certimate.me/en/docs/reference/providers#supported-host-providers)); +- Supports more than 30+ domain registrars (e.g., Alibaba Cloud, Tencent Cloud, Cloudflare, etc. [Check out this link](https://docs.certimate.me/en/docs/reference/providers#supported-dns-providers)); +- Supports more than 80+ deployment targets (e.g., Kubernetes, CDN, WAF, load balancers, etc. [Check out this link](https://docs.certimate.me/en/docs/reference/providers#supported-host-providers)); - Supports multiple notification channels including email, DingTalk, Feishu, WeCom, Webhook, and more; - Supports multiple ACME CAs including Let's Encrypt, Buypass, Google Trust Services,SSL.com, ZeroSSL, and more; - More features waiting to be discovered.