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
5a177aad
Commit
5a177aad
authored
Dec 29, 2015
by
Neil
Browse files
opps
parent
617ec4e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
5a177aad
...
@@ -125,13 +125,8 @@ createCSR() {
...
@@ -125,13 +125,8 @@ createCSR() {
}
}
_b64
()
{
_b64
()
{
while
read
__line
;
do
__n
=
$(
cat
)
__n
=
$__n$__line
echo
$__n
|
tr
'/+'
'_-'
|
tr
-d
'= '
done
;
__n
=
$(
echo
$__n
|
sed
"s|/|_|g"
)
__n
=
$(
echo
$__n
|
sed
"s|+|-|g"
)
__n
=
$(
echo
$__n
|
sed
"s|=||g"
)
echo
$__n
}
}
_send_signed_request
()
{
_send_signed_request
()
{
...
...
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