Skip to content
Snippets Groups Projects
Unverified Commit 5966b10a authored by boklm's avatar boklm
Browse files

Bug 40875: Re-enable Windows code signing in do-all-signing

parent 96f42c6f
No related branches found
No related tags found
1 merge request!736Bug 40875+40877: signing changes for maint-12.0
......@@ -17,9 +17,9 @@ echo
test -f "$steps_dir/linux-signer-signmars.done" ||
read -sp "Enter nssdb7 (mar signing) passphrase: " NSSPASS
echo
#test -f "$steps_dir/linux-signer-authenticode-signing.done" ||
# read -sp "Enter windows authenticode (yubihsm) passphrase: " YUBIPASS
#echo
test -f "$steps_dir/linux-signer-authenticode-signing.done" ||
read -sp "Enter windows authenticode passphrase: " YUBIPASS
echo
test -f "$steps_dir/linux-signer-gpg-sign.done" ||
read -sp "Enter gpg passphrase: " GPG_PASS
echo
......@@ -193,10 +193,10 @@ do_step dmg2mar
do_step sync-scripts-to-linux-signer
do_step linux-signer-signmars
do_step sync-after-signmars
#do_step linux-signer-authenticode-signing
#do_step sync-after-authenticode-signing
#do_step authenticode-timestamping
#do_step sync-after-authenticode-timestamping
do_step linux-signer-authenticode-signing
do_step sync-after-authenticode-signing
do_step authenticode-timestamping
do_step sync-after-authenticode-timestamping
do_step hash_signed_bundles
do_step sync-after-hash
do_step linux-signer-gpg-sign
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment