From 23e83b478334988d2ceb90b3f604bcf89cf84c5b Mon Sep 17 00:00:00 2001 From: YANGJINZE Date: Mon, 12 May 2025 18:22:28 +0800 Subject: [PATCH 1/3] =?UTF-8?q?docs:=20=E6=96=B0=E5=A2=9E=E8=87=B4?= =?UTF-8?q?=E8=B0=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index dc24796..60a39fb 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,26 @@ allinssl 17: 卸载ALLinSSL 🗑️ - 邮箱:support@allinssl.com 📧 - 问题反馈:[GitHub Issues](https://github.com/allinssl/allinssl/issues) +## 🙏 致谢 +**感谢在SSL证书管理领域做出贡献的开源项目的社区和服务商:** +- [Certbot](https://certbot.eff.org/) +- [acme.sh](https://github.com/acmesh-official/acme.sh) +- [Caddy](https://caddyserver.com/) +- [Let's Encrypt](https://letsencrypt.org/) +- [certimate](https://github.com/usual2970/certimate) +- [certd](https://github.com/certd/certd) +- [SSL.com](https://www.ssl.com/) +- [Racent](https://www.racent.com/) +- [TrustAsia](https://www.trustasia.com/) +- [阿里云](https://www.aliyun.com/) +- [腾讯云 DNSPod](https://cloud.tencent.com/) +- [Cloudflare](https://www.cloudflare.com/) +- [宝塔面板](https://www.bt.cn/) + +**感谢以下用户对本项目的支持和贡献:** +- [@寒雨馨](https://www.hanyuxin.cn/) + + ## 📜 许可证 本项目采用 [AGPL-3.0 license](./LICENSE) 开源协议 From b745b8fbc4e8e4c341d489fc86a1a5efabfbdf93 Mon Sep 17 00:00:00 2001 From: YANGJINZE Date: Mon, 12 May 2025 18:27:54 +0800 Subject: [PATCH 2/3] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0docker=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60a39fb..422129e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,14 @@ curl -sSO http://download.allinssl.com/install_allinssl.sh && bash install_allin ### Docker安装 ```bash -docker run -d --name allinssl -p 7979:8888 -v /www/allinssl/data:/www/allinssl/data allinssl/allinssl:latest +docker run -itd \ + --name allinssl \ + -p 7979:8888 \ + -v /www/allinssl/data:/www/allinssl/data \ + -e ALLINSSL_USER=allinssl \ + -e ALLINSSL_PWD=allinssldocker \ + -e ALLINSSL_URL=allinssl \ + allinssl/allinssl:latest ``` ### 编译安装 From f199d2eb95df82949a05c15bea1372725ba95b60 Mon Sep 17 00:00:00 2001 From: YANGJINZE Date: Mon, 12 May 2025 18:42:51 +0800 Subject: [PATCH 3/3] =?UTF-8?q?docs:=20=E6=96=B0=E5=A2=9E=E8=87=B4?= =?UTF-8?q?=E8=B0=A2=E5=8E=82=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 422129e..5f7b942 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ allinssl 17: 卸载ALLinSSL 🗑️ - [Certbot](https://certbot.eff.org/) - [acme.sh](https://github.com/acmesh-official/acme.sh) - [Caddy](https://caddyserver.com/) +- [lego](https://github.com/go-acme/lego) - [Let's Encrypt](https://letsencrypt.org/) - [certimate](https://github.com/usual2970/certimate) - [certd](https://github.com/certd/certd)