Questions tagged [codesignkey]

5 questions
19
votes
3 answers

Convert a code signing certificate from Sectigo/Comodo into a .pfx file that is actually usable

When I tried to download the code signing certificate from Sectigo/Comodo, using Firefox I just ended up downloading a file called CollectCCC, with no file extension. It is not clear to me how to use it to sign a binary. When I try to use it to sign…
8
votes
1 answer

how to associate private key with a certificate in keychain

I just downloaded iphone sdk 4. when I try to install on the device I get "Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain" I have gone through the process of…
Remover
  • 1,616
  • 1
  • 17
  • 27
1
vote
1 answer

Blackberry Code

I have having difficulties protecting my blackberry application persistent data with ControlledAccess object. According to http://www.blackberry.com/developers/docs/4.5.0api/net/rim/device/api/system/PersistentObject.html, I need a…
Haoest
  • 13,610
  • 29
  • 89
  • 105
1
vote
2 answers

Have done an Android App Update - But don't have original private key

We built an app for Android 3 years ago. We need to submit the update to the app, but we don't have the private key that was used in the original app (the one that we're updating. Our original developer is nowhere to be found). How can we get…
user1326304
  • 37
  • 1
  • 5
0
votes
1 answer

Rebuild the blackberry binaries with a different signkey

I have an app that has been signed with a signkey of the vendor. This app was actually outsourced. So now, I want to rebuild the binary with my signkey without changing the version number. Is this possible? Summarizing, I want to change the signkey…