Search code examples
blackberryblackberry-10blackberry-webworks

Sign Blackberry 10 applications with different certificates


I'm building a process to sign Blackberry applications with different certificates.

The idea is that the user could upload their author.p12, barsigner.cks and barsigner.db, as well as their password, and the server would use those certs to sign a .bar file.

The problem is that when I'm running blackberry-signer, I cannot specify the paths of those files, that tool is trying to get them from "C:\Users\\AppData\Local\Research In Motion".

Is there a way to specify the path to those files when signing with blackberry-signer?

Thanks in advance!


Solution

  • We tried a similar thing and found we couldn't specify paths to the relevant signing files - the command line options didn't seem to work. We worked around this by writing a script which would copy the signing files the the Research in Motion folder for the duration of the signing process