Commit 5a177aad authored by Neil's avatar Neil
Browse files

opps

parent 617ec4e3
......@@ -125,13 +125,8 @@ createCSR() {
}
_b64() {
while read __line; do
__n=$__n$__line
done;
__n=$(echo $__n | sed "s|/|_|g")
__n=$(echo $__n | sed "s|+|-|g")
__n=$(echo $__n | sed "s|=||g")
echo $__n
__n=$(cat)
echo $__n | tr '/+' '_-' | tr -d '= '
}
_send_signed_request() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment