* commit '5848c4589a256bef0ecfda2df3ce53c3e980309b': Remove dead files.
This commit is contained in:
commit
cf96dc867d
3 changed files with 0 additions and 19 deletions
Binary file not shown.
|
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ $# -ne 2 ]
|
||||
then
|
||||
echo "Usage: $0 alias passphrase"
|
||||
exit -1
|
||||
fi
|
||||
|
||||
openssl pkcs12 -passin pass:"$2" -passout pass:"$2" -in $1.p12 -out $1.pem
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ $# -ne 3 ]
|
||||
then
|
||||
echo "Usage: $0 alias filename passpharse"
|
||||
exit -1
|
||||
fi
|
||||
|
||||
openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
|
||||
|
||||
Loading…
Add table
Reference in a new issue