<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: My Experience Getting A Code Signing Certificate From Comodo</title>
	<atom:link href="http://www.dougv.com/2008/09/12/my-experience-getting-a-code-signing-certificate-from-comodo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dougv.com/2008/09/12/my-experience-getting-a-code-signing-certificate-from-comodo/</link>
	<description>ASP.NET, PHP, XML, JavaScript, DOM, Web geekery</description>
	<lastBuildDate>Mon, 02 Jan 2012 21:22:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Eric Bell</title>
		<link>http://www.dougv.com/2008/09/12/my-experience-getting-a-code-signing-certificate-from-comodo/#comment-159</link>
		<dc:creator>Eric Bell</dc:creator>
		<pubDate>Tue, 10 Nov 2009 23:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/?p=912#comment-159</guid>
		<description>Doug--

Thank you so much for this posting. I saved a ton of money by buying my certificate through tucows, and it was really helpful having a walk-through guide on the process.

--eric</description>
		<content:encoded><![CDATA[<p>Doug&#8211;</p>
<p>Thank you so much for this posting. I saved a ton of money by buying my certificate through tucows, and it was really helpful having a walk-through guide on the process.</p>
<p>&#8211;eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Vanderweide</title>
		<link>http://www.dougv.com/2008/09/12/my-experience-getting-a-code-signing-certificate-from-comodo/#comment-158</link>
		<dc:creator>Doug Vanderweide</dc:creator>
		<pubDate>Mon, 28 Sep 2009 12:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/?p=912#comment-158</guid>
		<description>@Abdul-Waliu: My expectation would be that &lt;a href=&quot;http://technet.microsoft.com/en-us/library/cc722673.aspx&quot; rel=&quot;nofollow&quot;&gt;Authenticode&lt;/a&gt;, Microsoft&#039;s code-signing system for Office VBA, would also cover XLM4. That Office 2000 fully supports both XLM4 and Authenticode suggests as much. But I cannot be sure, as I haven&#039;t written an XLM4 macro in probably 10 years.

Microsoft &lt;a href=&quot;http://support.microsoft.com/default.aspx/kb/109976&quot; rel=&quot;nofollow&quot;&gt;advised back in 2006&lt;/a&gt; that XLM4 could be removed in future versions of Excel. As you are now developing your solution in Excel 2007, it makes sense to follow Microsoft&#039;s advice and use only VBA, which can accomplish all the tasks XLM4 can address. I know that may be time-consuming and require reprogramming solutions you have long been using, but I would not bank on XLM4 being supported for too much longer.

While on the topic of the security warning dialogs, I should also note: A code-signing certificate doesn&#039;t prevent security warning dialog boxes from appearing, in and of itself. The code-signing cert only identifies, in those dialogs, that the code originates from you, and provides the option for the user to implicitly trust your signed code. The user will continue to get the security warning from your document until he checks the box to always trust software from you. If the user does that, the security warnings will disappear -- unless your code is later modified, or your certificate expires and you didn&#039;t timestamp your signature.</description>
		<content:encoded><![CDATA[<p>@Abdul-Waliu: My expectation would be that <a href="http://technet.microsoft.com/en-us/library/cc722673.aspx" rel="nofollow">Authenticode</a>, Microsoft&#8217;s code-signing system for Office VBA, would also cover XLM4. That Office 2000 fully supports both XLM4 and Authenticode suggests as much. But I cannot be sure, as I haven&#8217;t written an XLM4 macro in probably 10 years.</p>
<p>Microsoft <a href="http://support.microsoft.com/default.aspx/kb/109976" rel="nofollow">advised back in 2006</a> that XLM4 could be removed in future versions of Excel. As you are now developing your solution in Excel 2007, it makes sense to follow Microsoft&#8217;s advice and use only VBA, which can accomplish all the tasks XLM4 can address. I know that may be time-consuming and require reprogramming solutions you have long been using, but I would not bank on XLM4 being supported for too much longer.</p>
<p>While on the topic of the security warning dialogs, I should also note: A code-signing certificate doesn&#8217;t prevent security warning dialog boxes from appearing, in and of itself. The code-signing cert only identifies, in those dialogs, that the code originates from you, and provides the option for the user to implicitly trust your signed code. The user will continue to get the security warning from your document until he checks the box to always trust software from you. If the user does that, the security warnings will disappear &#8212; unless your code is later modified, or your certificate expires and you didn&#8217;t timestamp your signature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul-Waliu Balogun</title>
		<link>http://www.dougv.com/2008/09/12/my-experience-getting-a-code-signing-certificate-from-comodo/#comment-157</link>
		<dc:creator>Abdul-Waliu Balogun</dc:creator>
		<pubDate>Mon, 28 Sep 2009 11:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/?p=912#comment-157</guid>
		<description>Thanks for your information.It has been so helpful.

I have a similar problem. I have also contacted Comodo on this. I used both Excel4.macro language and VBA to automate a small program that i developed for a client in Excel 2007.

Please, can Comodo code signing certificate auto-enable/stop a pop-up security alerts that always comes up to enable macros in excel 2007?

My problem is that i dont know whether code signing certificate can digitally sign Excel4. macro language and VBA at once.

MY ISSUES
I developed a small package for a client with Microsoft Excel 2007 to handle their stock details. I used both Microsoft Visual Basic for Application (VBA)and Microsoft Excel 4.0 macros to automate its processes.

My client is tired of seeing &quot;Security Warning -some active contents have been disable&quot; at any time the file is launched with Ms excel 2007.

1. I need to eliminate this Security Warning that keeps poping-up everytime
2. I want the excel program to auto-enable macros

I will appreciate your quick reply on this issue.

Thank you,

Abdul-Waliu Balogun
TECHNOLOGY EMPIRE NIGERIA</description>
		<content:encoded><![CDATA[<p>Thanks for your information.It has been so helpful.</p>
<p>I have a similar problem. I have also contacted Comodo on this. I used both Excel4.macro language and VBA to automate a small program that i developed for a client in Excel 2007.</p>
<p>Please, can Comodo code signing certificate auto-enable/stop a pop-up security alerts that always comes up to enable macros in excel 2007?</p>
<p>My problem is that i dont know whether code signing certificate can digitally sign Excel4. macro language and VBA at once.</p>
<p>MY ISSUES<br />
I developed a small package for a client with Microsoft Excel 2007 to handle their stock details. I used both Microsoft Visual Basic for Application (VBA)and Microsoft Excel 4.0 macros to automate its processes.</p>
<p>My client is tired of seeing &#8220;Security Warning -some active contents have been disable&#8221; at any time the file is launched with Ms excel 2007.</p>
<p>1. I need to eliminate this Security Warning that keeps poping-up everytime<br />
2. I want the excel program to auto-enable macros</p>
<p>I will appreciate your quick reply on this issue.</p>
<p>Thank you,</p>
<p>Abdul-Waliu Balogun<br />
TECHNOLOGY EMPIRE NIGERIA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Conners</title>
		<link>http://www.dougv.com/2008/09/12/my-experience-getting-a-code-signing-certificate-from-comodo/#comment-156</link>
		<dc:creator>John Conners</dc:creator>
		<pubDate>Wed, 25 Feb 2009 15:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/?p=912#comment-156</guid>
		<description>Just wanted to say thanks for doing all the leg-work here so people like myself didn&#039;t have to, it made the whole process of getting a digital certificate from Comodo via Tucows much easier than it otherwise would have been!</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks for doing all the leg-work here so people like myself didn&#8217;t have to, it made the whole process of getting a digital certificate from Comodo via Tucows much easier than it otherwise would have been!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

