-
Type: Task
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Continuous Integration
The certificate used to sign the Nuxeo Drive msi package is currently here: /opt/build/keystores/nss/work/nuxeo.com.pfx
As the Windows slave don't have access to this shared folder, I copied it on each slave to:
- Windows 7: C:\Users\Nuxeo\certificates\nuxeo.com.pfx - XP: C:\Documents and Settings\Nuxeo\certificates\nuxeo.com.pfx
This should be done in the VM used to instantiate new Windows slaves.
Then for code signing I simply use:
set CERTIFICATE_PATH="%USERPROFILE%\certificates\nuxeo.com.pfx" set MSI_PROGRAM_NAME="Nuxeo Drive" set TIMESTAMP_URL=http://timestamp.verisign.com/scripts/timstamp.dll signtool sign /v /f %CERTIFICATE_PATH% /d %MSI_PROGRAM_NAME% /t %TIMESTAMP_URL% msi_path signtool verify /v /pa msi_path
- depends on
-
NXP-12981 Sign Mac OS and Windows Drive component
- Resolved