CA bundle install path detection (#32)

This commit is contained in:
olszomal
2020-02-04 22:44:58 +01:00
committed by GitHub
parent e7dd72c64d
commit 7fcf08ad75
45 changed files with 129 additions and 123 deletions

View File

@ -7,7 +7,7 @@ script_path=$(pwd)
# PE file
test_name="361. Add an unauthenticated blob to the PE file"
printf "\n%s\n" "$test_name"
if [ -s "test.exe" ]
if test -s "test.exe"
then
../../osslsigncode sign -h sha256 \
-st "1556668800" \
@ -29,7 +29,7 @@ if [ -s "test.exe" ]
# MSI file
test_name="362. Add an unauthenticated blob to the MSI file"
printf "\n%s\n" "$test_name"
if [ -s "sample.msi" ]
if test -s "sample.msi"
then
../../osslsigncode sign -h sha256 \
-st "1556668800" \