Click here to Skip to main content
15,895,606 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Good Morning,

I am trying to create a pfx certificate by running the following (and putting in a password)

makecert.exe -n "CN=MyCert" -pe -r -e 01/01/2039 -sv c:\MyKey.pvk c:\MyKey.cer
pvk2pfx.exe -pvk C:\MyKey.pvk -spc C:\MyKey.cer -pfx C:\MyAppsCertificate.pfx


When I try to use the certificate in studio for click once and it says the password I put in is incorrect

any ideas?
Posted

1 solution



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900