Have anyone used GoDaddy's Code Signing Certificate with ClickOnce - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T17:01:55Zhttp://stackoverflow.com/feeds/question/439259http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/439259/have-anyone-used-godaddys-code-signing-certificate-with-clickonce0Have anyone used GoDaddy's Code Signing Certificate with ClickOncetronda2009-01-13T15:05:00Z2009-07-16T19:04:30Z
<p>According to the FAQ to GoDaddy they support SignTool from Microsoft, but mage.exe isn't mentioned. Mage.exe is used to sign the application, but I haven't been able to figure out if mage.exe uses SignTool. If anyone have used GoDaddy's code signing certificate for ClickOnce a short confirmation would have been appreciated.</p>
http://stackoverflow.com/questions/439259/have-anyone-used-godaddys-code-signing-certificate-with-clickonce/439395#4393954Answer by David Thomas Garcia for Have anyone used GoDaddy's Code Signing Certificate with ClickOnceDavid Thomas Garcia2009-01-13T15:34:58Z2009-01-13T15:34:58Z<p>I'm using GoDaddy's code signing certificate with a ClickOnce deployment. To sign the deployment, I just call the <a href="http://msdn.microsoft.com/en-us/library/ms164304.aspx" rel="nofollow">SignFile Task</a> in MSBuild during the deployment build script.</p>
http://stackoverflow.com/questions/439259/have-anyone-used-godaddys-code-signing-certificate-with-clickonce/819264#8192640Answer by Rudi for Have anyone used GoDaddy's Code Signing Certificate with ClickOnceRudi2009-05-04T08:27:12Z2009-05-04T08:27:12Z<p>Both the Mage.exe as well as the SignFile MSBuild Task use the SignTool.exe to sign the files. (reflectored both tools, to build my own custom solution)</p>