Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Mac OSX and Windows signing service

Hi Everyone,

Per Bug 375853 [1] I created some PHP scripts for review (attached) that provides a signing service we intend to provide to allow projects to sign their binaries for Mac and Windows. How this service will work will be similar to the jarsigner service provided today where a jar is sent to the service and the service returns the same jar signed.

In the case of macosx the user will need to zip up the .app directory (such as Eclipse.app) to the service, the service will return a new zip with the .app directory signed.

In the case of Windows the user will need to send to the service a binary (such as eclipse.exe). The service will return a signed binary.

I created Bug 388878 [2] since a maven plugin is still needed which can use the service to package up signed binaries for Windows and Mac as part of the build.


Thanh

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=375853
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=388878

Attachment: macsign.php
Description: application/php

Attachment: winsign.php
Description: application/php


Back to the top