Signing ClickOnce with a Certificate? - Stack Overflow most recent 30 from stackoverflow.com2009-12-02T21:27:22Zhttp://stackoverflow.com/feeds/question/977621http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/977621/signing-clickonce-with-a-certificate4Signing ClickOnce with a Certificate?Brian2009-06-10T19:19:53Z2009-07-16T19:01:38Z
<p>Hello,</p>
<p>Can anyone explain the process of obtaining a certificate to sign my ClickOnce assembly(ies)? I've got a few ClickOnce apps at my company, but they are all signed with temporary certificates created by Visual Studio. Those are obviously not Trusted Root Authorities nor Trusted Publishers. I've followed along here: <a href="http://msdn.microsoft.com/en-us/library/ms996418.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms996418.aspx</a> and I like the experience when something is signed with a cert that is both a Trusted Root Authority and Trusted Publisher (i.e. no prompt, just an install).</p>
<ol>
<li>Can I use the same certificate to sign multiple ClickOnce assemblies?</li>
<li>How much does a certificate cost?</li>
<li>What information do I need to provide when obtaining the certificate?</li>
<li>Does the certificate need to be aware of where the publishing location is? For example, if I currently have my ClickOnce apps available from <a href="http://apps.mycompany.com/" rel="nofollow">http://apps.mycompany.com/</a> and I want to change this later, for example <a href="http://www.mycompany.com/apps" rel="nofollow">http://www.mycompany.com/apps</a> or <a href="http://apps.mysubcompany.com" rel="nofollow">http://apps.mysubcompany.com</a>, will i have to obtain another certificate?</li>
<li>Are there recommended publishers to obtain from for ClickOnce signing (for example, someone who might already be in an XP, Vista, Win7 Trusted Root Authority store)?</li>
<li>How can I streamline installation to the Trusted Publisher store?</li>
</ol>
<p>TIA!</p>
http://stackoverflow.com/questions/977621/signing-clickonce-with-a-certificate/977820#9778202Answer by Rinat Abdullin for Signing ClickOnce with a Certificate?Rinat Abdullin2009-06-10T19:55:30Z2009-06-10T19:55:30Z<p>I had to work through the signed ClickOnce recently. It was not the most smooth experience, but once this has been done (and wired to the automated publishing) it started working like a marvel. Here's the actual product, if you are interested in the behavior: <a href="http://www.lokad.com/excel-sales-forecasting-addin.ashx" rel="nofollow">Forecasting Add-in for Excel</a>.</p>
<p>Article on <a href="https://author.tucows.com/index.php?action=auth&redirect=certs.php" rel="nofollow">ClickOnce Manifest Signing and Strong-Name Assembly Signing</a> was a good start.</p>
<blockquote>
<p>Can I use the same certificate to sign multiple ClickOnce assemblies?</p>
</blockquote>
<p>Yes.</p>
<blockquote>
<p>How much does a certificate cost?</p>
</blockquote>
<p><a href="https://author.tucows.com/index.php?action=auth&redirect=certs.php" rel="nofollow">Tucows offers certificates for 75$</a>, but the process is rather slow. </p>
<blockquote>
<p>What information do I need to provide when obtaining the certificate?</p>
</blockquote>
<p>They check your documents (e.g. a scan of your certificate of incorporation), check your whois record and things like this.</p>
<blockquote>
<p>Does the certificate need to be aware of where the publishing location is?</p>
</blockquote>
<p>This was not needed in our case.</p>
http://stackoverflow.com/questions/977621/signing-clickonce-with-a-certificate/990856#9908561Answer by andyhammar for Signing ClickOnce with a Certificate?andyhammar2009-06-13T15:18:48Z2009-06-13T15:18:48Z<p>In addition to the excellent answer by Rinat, I would like to add:</p>
<p>I have a code signing cert from Thawte, has worked very will (once I got the signing procedure figured out...)</p>
<ul>
<li><p>Cost $299 per year (Microsoft Authenticode (Multi-Purpose) Certificate)</p></li>
<li><p>Thawte is already a trusted root in Windows so for clients it works fine. (had to install extra root certs on the signing machine though)</p></li>
</ul>
<p>You are welcome to check out our app at: <a href="http://www.ludesi.com/download" rel="nofollow">http://www.ludesi.com/download</a></p>