mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 01:00:11 -05:00
test cleanup
This commit is contained in:
parent
bc8e209d6e
commit
9554bbeb14
@ -11,7 +11,7 @@ if [ ! -f putty.exe ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
rm -f key.* cert.*
|
||||
rm -f cert.pem cert.spc key.der key.p12 key.pem key.pvk keyp.pem
|
||||
|
||||
keytool -genkey \
|
||||
-alias selfsigned -keysize 2048 -keyalg RSA -keypass passme -storepass passme -keystore key.ks << EOF
|
||||
@ -54,6 +54,8 @@ openssl crl2pkcs7 -nocrl -certfile cert.pem -outform DER -out cert.spc
|
||||
../osslsigncode sign -pkcs12 key.p12 -pass passme putty.exe putty5.exe
|
||||
../osslsigncode sign -certs cert.spc -key key.pvk -pass passme putty.exe putty6.exe
|
||||
|
||||
rm -f cert.pem cert.spc key.der key.p12 key.pem key.pvk keyp.pem
|
||||
|
||||
echo ""
|
||||
echo ""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user