Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
9b6f7752
Commit
9b6f7752
authored
Apr 28, 2022
by
mrakopes
Browse files
fix base64 decoding logic for single- ane multi-line encoded string
parent
c8c1c091
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
9b6f7752
...
...
@@ -983,9 +983,9 @@ _base64() {
#Usage: multiline
_dbase64
()
{
if
[
"
$1
"
]
;
then
${
ACME_OPENSSL_BIN
:-
openssl
}
base64
-d
-A
else
${
ACME_OPENSSL_BIN
:-
openssl
}
base64
-d
else
${
ACME_OPENSSL_BIN
:-
openssl
}
base64
-d
-A
fi
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment