fix format

This commit is contained in:
neil 2026-05-06 20:56:52 +02:00 committed by neil
parent d2780eb04e
commit 1687cbd5b4

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)"