mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
commit
7c91ee1fc0
1 changed files with 1 additions and 1 deletions
2
acme.sh
2
acme.sh
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue