We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2780eb + 1687cbd commit 7c91ee1Copy full SHA for 7c91ee1
1 file changed
acme.sh
@@ -6891,7 +6891,7 @@ _getARICertID() {
6891
# but Sectigo (ZeroSSL) is strict and rejects newOrder with HTTP 401
6892
# "replaces field does not identify a certificate" if the byte is missing.
6893
case "$_ser" in
6894
- [89aAbBcCdDeEfF]*) _ser="00$_ser" ;;
+ [89aAbBcCdDeEfF]*) _ser="00$_ser" ;;
6895
esac
6896
6897
_akiurl="$(echo "$_aki" | _h2b | _base64 | _url_replace)"
0 commit comments