<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How to extend an existing certificate, even if it has expired</title>
	<atom:link href="http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/feed/" rel="self" type="application/rss+xml" />
	<link>http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/</link>
	<description>Azure Like It / ClickOnce</description>
	<lastBuildDate>Fri, 17 May 2013 15:02:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: robindotnet</title>
		<link>http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4719</link>
		<dc:creator><![CDATA[robindotnet]]></dc:creator>
		<pubDate>Sat, 06 Apr 2013 23:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4719</guid>
		<description><![CDATA[Are you having a problem with RenewCert or with using the certificate in Visual Studio? Your other question seems to indicate having a problem using the certificate in VS.]]></description>
		<content:encoded><![CDATA[<p>Are you having a problem with RenewCert or with using the certificate in Visual Studio? Your other question seems to indicate having a problem using the certificate in VS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robindotnet</title>
		<link>http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4718</link>
		<dc:creator><![CDATA[robindotnet]]></dc:creator>
		<pubDate>Sat, 06 Apr 2013 23:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4718</guid>
		<description><![CDATA[I would be sure to name the new version of the certificate with a different file name, and make sure you&#039;re selecting the file when doing the signing in Visual Studio so you make sure you are getting the new certificate and not using the old one.]]></description>
		<content:encoded><![CDATA[<p>I would be sure to name the new version of the certificate with a different file name, and make sure you&#8217;re selecting the file when doing the signing in Visual Studio so you make sure you are getting the new certificate and not using the old one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken S</title>
		<link>http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4646</link>
		<dc:creator><![CDATA[Ken S]]></dc:creator>
		<pubDate>Wed, 20 Mar 2013 03:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4646</guid>
		<description><![CDATA[Well I kept trying some other actions:
I tried using the original key as the first parameter - no joy, same error.
I tried using the first extended key - no joy, same error.
I tried setting the system time to a previous date where the keys would not already be expired - no joy, same error.
While this is a great learning opportunity, I&#039;ve pretty much run out of ideas. Any others? Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Well I kept trying some other actions:<br />
I tried using the original key as the first parameter &#8211; no joy, same error.<br />
I tried using the first extended key &#8211; no joy, same error.<br />
I tried setting the system time to a previous date where the keys would not already be expired &#8211; no joy, same error.<br />
While this is a great learning opportunity, I&#8217;ve pretty much run out of ideas. Any others? Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken S</title>
		<link>http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4645</link>
		<dc:creator><![CDATA[Ken S]]></dc:creator>
		<pubDate>Wed, 20 Mar 2013 03:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4645</guid>
		<description><![CDATA[I&#039;m trying this for the second time...we had to do this in 2008, and it worked okay. We now have two certificates which are expiring again after the 5-year window (that we didn&#039;t know we could circumvent). Does this work two times in a row? 

I keep getting an error when using renewcert with the parameters exactly as described. The error I receive is not in the command line, but in Visual Studio: when attempting the ClickOnce publish, it fails with the following error: &quot;certificate is not valid for signing&quot;. I&#039;m basically at a loss at this point, especially since I have another program I&#039;ve been asked to handle, which has this same problem (expires on Mar. 20). Any ideas? Thanks in advance!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m trying this for the second time&#8230;we had to do this in 2008, and it worked okay. We now have two certificates which are expiring again after the 5-year window (that we didn&#8217;t know we could circumvent). Does this work two times in a row? </p>
<p>I keep getting an error when using renewcert with the parameters exactly as described. The error I receive is not in the command line, but in Visual Studio: when attempting the ClickOnce publish, it fails with the following error: &#8220;certificate is not valid for signing&#8221;. I&#8217;m basically at a loss at this point, especially since I have another program I&#8217;ve been asked to handle, which has this same problem (expires on Mar. 20). Any ideas? Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhonda</title>
		<link>http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4473</link>
		<dc:creator><![CDATA[Rhonda]]></dc:creator>
		<pubDate>Mon, 25 Feb 2013 15:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4473</guid>
		<description><![CDATA[Thanks Robin.  We were unaware of the issues with the Thawte certificates when we started this project...  I asked my corp IT for a code signing certificate, and that was what I was provided.  Yes, we found an issue - we basically have to install the certificate on the end-user pc...  but at least the &#039;renewal&#039; went smoothly - and the installed certificates updated themselves.... thankfully!]]></description>
		<content:encoded><![CDATA[<p>Thanks Robin.  We were unaware of the issues with the Thawte certificates when we started this project&#8230;  I asked my corp IT for a code signing certificate, and that was what I was provided.  Yes, we found an issue &#8211; we basically have to install the certificate on the end-user pc&#8230;  but at least the &#8216;renewal&#8217; went smoothly &#8211; and the installed certificates updated themselves&#8230;. thankfully!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robindotnet</title>
		<link>http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4452</link>
		<dc:creator><![CDATA[robindotnet]]></dc:creator>
		<pubDate>Sun, 24 Feb 2013 21:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4452</guid>
		<description><![CDATA[At the top of the article, there is a link to an MSDN article about certificate expiration that shows the cases where it works and doesn&#039;t work. It is not a VS issue, it is a .NET Framework issue. It should be okay in .NET 4. I have to say, though, that I wouldn&#039;t use a Thawte certificate for a VSTO application; Thawte has intermediate certificates and for VSTO applications, it is not recognized correctly.]]></description>
		<content:encoded><![CDATA[<p>At the top of the article, there is a link to an MSDN article about certificate expiration that shows the cases where it works and doesn&#8217;t work. It is not a VS issue, it is a .NET Framework issue. It should be okay in .NET 4. I have to say, though, that I wouldn&#8217;t use a Thawte certificate for a VSTO application; Thawte has intermediate certificates and for VSTO applications, it is not recognized correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rhonda</title>
		<link>http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4280</link>
		<dc:creator><![CDATA[rhonda]]></dc:creator>
		<pubDate>Thu, 10 Jan 2013 16:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4280</guid>
		<description><![CDATA[I&#039;m assuming most of the pain here is NOT VS2010 / dotNet 4.0 - because surely by now Microsoft has implemented the &#039;correct&#039; certificate renewal strategy?  seriously - when I renew the certificate from Thawte - it cannot be (their words) the same key pair.  so - will this all &#039;just work&#039; yet?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m assuming most of the pain here is NOT VS2010 / dotNet 4.0 &#8211; because surely by now Microsoft has implemented the &#8216;correct&#8217; certificate renewal strategy?  seriously &#8211; when I renew the certificate from Thawte &#8211; it cannot be (their words) the same key pair.  so &#8211; will this all &#8216;just work&#8217; yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robindotnet</title>
		<link>http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4270</link>
		<dc:creator><![CDATA[robindotnet]]></dc:creator>
		<pubDate>Mon, 07 Jan 2013 22:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4270</guid>
		<description><![CDATA[I&#039;m guessing you have to update the Silverlight application. Try rebuilding it (with the new certificate). I&#039;m not really sure why you need to extend the certificate, as Silverlight doesn&#039;t use ClickOnce, and I believe just needs a valid certificate in order to work?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m guessing you have to update the Silverlight application. Try rebuilding it (with the new certificate). I&#8217;m not really sure why you need to extend the certificate, as Silverlight doesn&#8217;t use ClickOnce, and I believe just needs a valid certificate in order to work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robindotnet</title>
		<link>http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4269</link>
		<dc:creator><![CDATA[robindotnet]]></dc:creator>
		<pubDate>Mon, 07 Jan 2013 22:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4269</guid>
		<description><![CDATA[You can&#039;t just copy the files out on top of an existing installation. You have to either publish a new version or create new manifests with Mage or MageUI with a new version number, and copy the new version to  your deployment directory.]]></description>
		<content:encoded><![CDATA[<p>You can&#8217;t just copy the files out on top of an existing installation. You have to either publish a new version or create new manifests with Mage or MageUI with a new version number, and copy the new version to  your deployment directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robindotnet</title>
		<link>http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4267</link>
		<dc:creator><![CDATA[robindotnet]]></dc:creator>
		<pubDate>Mon, 07 Jan 2013 22:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://robindotnet.wordpress.com/2010/01/26/how-to-extend-an-existing-certificate-even-if-it-has-expired/#comment-4267</guid>
		<description><![CDATA[I would hate for your keyboard -- an innocent bystander -- to be hurt. Next thing you know, it will get all resentful and stop sending the keys you press, so &quot;hello&quot; could be sent as &quot;bite me&quot;, which could seriously impact any communications you have with your upper management. So in the interest of your continued employment, I&#039;m glad I was able to help. ;-)]]></description>
		<content:encoded><![CDATA[<p>I would hate for your keyboard &#8212; an innocent bystander &#8212; to be hurt. Next thing you know, it will get all resentful and stop sending the keys you press, so &#8220;hello&#8221; could be sent as &#8220;bite me&#8221;, which could seriously impact any communications you have with your upper management. So in the interest of your continued employment, I&#8217;m glad I was able to help. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
