Code Signing

G

Guest

Hi All,

I want to sign my application using a privately created Certificate so that
I dont have to buy one.
I tried using the MAKECERT utility and then PVK2PFX and then the SIGNTOOL
and it all worked fine. But after installing my CER file on the PDA it still
prompts me to trust the APP or not.

I tried the stuff in this article
http://www.codeproject.com/useritems/signcode.asp#xx1327891xx
and all was fine but is this the only way to create and use a private
certificate?

Cheers,
James.
 
S

Scott Yost [MSFT]

You have to add the certificate to the device before the device will trust
it. That's what that article is showing you how to do.

--
Scott Yost
Software Development Engineer/Test
Microsoft Corp.

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Code Signing 1
code signing problem 2
Code Signing 11
.Cab Signing problem 1
Signing a CAB file 1
Can't Publish-SignToolError 2
signing certificate error... 1
Code Signing in Visual Studio 1

Top