phonegap / build

This is the public repository for PhoneGap Build source and bug tracking
92 stars 33 forks source link

Windows application release in phonegap certificate #589

Open pulahn opened 7 years ago

pulahn commented 7 years ago

Hello fridends,

I have made an application using phonegap now I want to release in windows store but the thing is that since windows 10 has introduced they require .pfx certificate now as per this link [(http://docs.phonegap.com/phonegap-build/signing/windows/#winphone8)] it redirect to windows page which is according to widows is deprecated.

I tried to build by openssl but when I build it with it I am getting error that "The certificate specified is not valid for signing. " I am stuck at this point please help me to resolve this.

I have also tried self signed certificate but then it ask for eku is not valid hence I have followed this link http://stackoverflow.com/questions/43393219/certificate-in-windows-pfx-file-has-eku-issue/43427483#43427483

as a result I stuck that "The certificate specified is not valid for signing." point Please help me out. Is there any special guiedline for this?

Thanks in adcance