Merge pull request #6949 from acmesh-official/dev

fix format
This commit is contained in:
neil 2026-05-06 20:59:36 +02:00 committed by GitHub
commit 7c91ee1fc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6891,7 +6891,7 @@ _getARICertID() {
# but Sectigo (ZeroSSL) is strict and rejects newOrder with HTTP 401
# "replaces field does not identify a certificate" if the byte is missing.
case "$_ser" in
[89aAbBcCdDeEfF]*) _ser="00$_ser" ;;
[89aAbBcCdDeEfF]*) _ser="00$_ser" ;;
esac
_akiurl="$(echo "$_aki" | _h2b | _base64 | _url_replace)"