mwkirk / javapns

Test import of svn javapns repo from Google Code
3 stars 0 forks source link

Generation of Keys #151

Closed mwkirk closed 11 years ago

mwkirk commented 11 years ago

Original author: george.t...@mindshapes.com (October 25, 2012 14:26:38)

I have followed the instructions as per http://developer.apple.com/library/mac/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ProvisioningDevelopment/ProvisioningDevelopment.html#//apple_ref/doc/uid/TP40008194-CH104-SW3

and have generated a .p12 file with the private key, and a .cer file with the development certificate.

I can't find any useful documentation to tell me why when i open the .p12 file with javapns it gets a failure. I have found LOTS of posts to say you have to combine the key and cert together, but NOTHING that says how you do this.

Original issue: http://code.google.com/p/javapns/issues/detail?id=151

mwkirk commented 11 years ago

From george.t...@mindshapes.com on October 25, 2012 14:27:09 Also to note, I am using a PC to do any work, the .p12 and .cer file were generated on a mac for me.

mwkirk commented 11 years ago

From sype...@gmail.com on October 25, 2012 14:51:09 The documentation you referenced actually tells you how to combine the private key and certificate. It is on step 3 of the last section on that page. I suggest you ask the person that started the procedure on a Mac to actually complete it (!), and provide you with the final .p12 file that you end up with at the end of the procedure.

mwkirk commented 11 years ago

From sype...@gmail.com on February 05, 2013 19:30:12 Closing issue, since procedure was not followed precisely.