This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Commit 3df3e02 1 parent c06dbc4 commit 3df3e02 Copy full SHA for 3df3e02
File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ set CTXSIGN=C:\ctxsign2\ctxsign.exe
62
62
if " %sbe% " == " true" (
63
63
echo " Signing in SBE"
64
64
65
- %CTXSIGN% --help
66
-
67
65
echo %CTXSIGN% --authorise --workerID %worker% --orchID %worker% --jobID XenServerWindowsLegacyPVTools_signing ^
68
66
--task XenCenter-%global_build_number% --debug
69
67
@@ -86,12 +84,19 @@ if "%sbe%"=="true" (
86
84
%CTXSIGN% --sign --key XenServer.NET_KEY --cross-sign --pagehashes yes --type Authenticode ^
87
85
--description " %descr% " " %thefile% "
88
86
87
+ echo %CTXSIGN% --sign --key XenServerSHA256.NET_KEY --cross-sign --pagehashes yes ^
88
+ --authenticode-SHA256 --authenticode-append " %thefile% "
89
+
89
90
date /t && time /t
90
- %CTXSIGN% --sign --authenticode-append --authenticode-SHA256 --key XenServerSHA256.NET_KEY ^
91
- --cross-sign --pagehashes yes " %thefile% "
91
+ %CTXSIGN% --sign --key XenServerSHA256.NET_KEY --cross-sign --pagehashes yes ^
92
+ --authenticode-SHA256 --authenticode-append " %thefile% "
92
93
) else (
93
- %CTXSIGN% --sign --key XenServerSHA256.NET_KEY --pagehashes yes --type Authenticode-SHA256 ^
94
- --description " %descr% " " %thefile% "
94
+ echo %CTXSIGN% --sign --key XenServerSHA256.NET_KEY --pagehashes yes --type Authenticode ^
95
+ --authenticode-SHA256 --description " %descr% " " %thefile% "
96
+
97
+ date /t && time /t
98
+ %CTXSIGN% --sign --key XenServerSHA256.NET_KEY --pagehashes yes --type Authenticode ^
99
+ --authenticode-SHA256 --description " %descr% " " %thefile% "
95
100
)
96
101
%CTXSIGN% --end
97
102
echo .
You can’t perform that action at this time.
0 commit comments