Compare commits

..

3 Commits
dev ... 3.1.2

Author SHA1 Message Date
neil
40290ad42a Merge pull request #6643 from acmesh-official/dev
sync
2025-11-27 22:15:40 +01:00
ZeroSSL-Andreas
9b30bd5a03 Update README.md 2025-11-25 14:41:31 +01:00
neil
8faebdc99c Merge pull request #6632 from acmesh-official/dev
sync
2025-11-20 20:56:44 +01:00
3 changed files with 19 additions and 2 deletions

View File

@@ -523,3 +523,20 @@ Your donation makes **acme.sh** better:
1. PayPal/Alipay(支付宝)/Wechat(微信): [https://donate.acme.sh/](https://donate.acme.sh/)
[Donate List](https://github.com/acmesh-official/acme.sh/wiki/Donate-list)
# 21. About this repository
> [!NOTE]
> This repository is officially maintained by <strong>ZeroSSL</strong> as part of our commitment to providing secure and reliable SSL/TLS solutions. We welcome contributions and feedback from the community!
> For more information about our services, including free and paid SSL/TLS certificates, visit https://zerossl.com.
>
> All donations made through this repository go directly to the original independent maintainer (Neil Pang), not to ZeroSSL.
<p align="center">
<a href="https://zerossl.com.com">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://zerossl.com/assets/images/zerossl_logo_white.svg">
<source media="(prefers-color-scheme: light)" srcset="https://zerossl.com/assets/images/zerossl_logo.svg">
<img src="https://zerossl.com/assets/images/zerossl_logo.svg" alt="ZeroSSL" width="256">
</picture>
</a>
</p>

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env sh
VER=3.1.3
VER=3.1.2
PROJECT_NAME="acme.sh"

View File

@@ -161,7 +161,7 @@ _get_root() {
h=$(printf "%s" "$domain" | cut -d . -f "$i"-100 | sed 's/\./\\./g')
_debug "Checking domain: $h"
if [ -z "$h" ]; then
_err "invalid domain"
_error "invalid domain"
return 1
fi