Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Dec 10, 2024
1 parent 40dd085 commit 5ddffc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6441,9 +6441,9 @@ _get_ARI() {
_debug2 "_aki" "$_aki"
_debug2 "_ser" "$_ser"

_akiurl="$(echo "$_aki" | _h2b | _base64 | tr -d = | _url_encode)"
_akiurl="$(echo "$_aki" | _h2b | _base64 | tr -d = | _url_encode)"
_debug2 "_akiurl" "$_akiurl"
_serurl="$(echo "$_ser" | _h2b | _base64 | tr -d = | _url_encode)"
_serurl="$(echo "$_ser" | _h2b | _base64 | tr -d = | _url_encode)"
_debug2 "_serurl" "$_serurl"

_ARI_URL="$ACME_RENEWAL_INFO/$_akiurl.$_serurl"
Expand Down

0 comments on commit 5ddffc9

Please sign in to comment.