<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Confused Amused &#187; Security</title>
	<atom:link href="http://www.confusedamused.com/categories/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.confusedamused.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 02:58:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ISA 2006 Service Pack 1</title>
		<link>http://www.confusedamused.com/notebook/isa-2006-service-pack-1/</link>
		<comments>http://www.confusedamused.com/notebook/isa-2006-service-pack-1/#comments</comments>
		<pubDate>Mon, 26 May 2008 02:51:48 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[isa]]></category>
		<category><![CDATA[SAN]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/notebook/isa-2006-service-pack-1/</guid>
		<description><![CDATA[http://blogs.technet.com/isablog/archive/2008/05/23/isa-server-2006-service-pack-1-features.aspx

Looks pretty nice, the feature I liked most is that SAN certificates are now supported.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.technet.com/isablog/archive/2008/05/23/isa-server-2006-service-pack-1-features.aspx">http://blogs.technet.com/isablog/archive/2008/05/23/isa-server-2006-service-pack-1-features.aspx</a></p>

<p><p>Looks pretty nice, the feature I liked most is that SAN certificates are now supported.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/isa-2006-service-pack-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export a Certificate as a .REG</title>
		<link>http://www.confusedamused.com/notebook/export-a-certificate-as-a-reg/</link>
		<comments>http://www.confusedamused.com/notebook/export-a-certificate-as-a-reg/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 23:33:16 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Desktops]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/notebook/export-a-certificate-as-a-reg/</guid>
		<description><![CDATA[For the most part, installing certificates on Windows is no easy task for an end-user. A combination of mmc and trying to put the cert in the right store is a much, much longer process than is needed. This post should show you how to export a certificate from the Trusted Root Certification Authorities store [...]]]></description>
			<content:encoded><![CDATA[<p><p>For the most part, installing certificates on Windows is no easy task for an end-user. A combination of mmc and trying to put the cert in the right store is a much, much longer process than is needed. This post should show you how to export a certificate from the Trusted Root Certification Authorities store as a .reg file that you can distribute to end-users. You could also use it as part of a batch file or VBScript to silently import the certificate. </p>  <p>Click <b>Start | Run</b> and enter <b>mmc</b>. Press <b>OK</b>.</p>  <p>Click <b>File | Add/Remove Snap-In</b> and press the <b>Add</b> button.</p>  <p>Choose <b>Certificates</b> and press <b>Add</b>.</p>  <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/04/01.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="391" alt="01" src="http://www.confusedamused.com/wp-content/pictures/2008/04/01-thumb.png" width="384" border="0" /></a> </p>  <p>Choose <b>Computer Account</b> and press <b>Next</b>.</p>  <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/04/02.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="364" alt="02" src="http://www.confusedamused.com/wp-content/pictures/2008/04/02-thumb.png" width="500" border="0" /></a> </p>  <p>Leave <b>Local Computer</b> selected and press <b>Finish</b>.</p>  <p>Press <b>Close</b> and <b>OK</b>.</p>  <p>Expand the <b>Certificates\Trusted Root Certification Authorities</b> folder and look for the [CA Name] certificate. It may be listed twice. <b>Double-click</b> to open the properties.</p>  <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/04/03.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="331" alt="03" src="http://www.confusedamused.com/wp-content/pictures/2008/04/03-thumb.png" width="500" border="0" /></a> </p>  <p>Click the <b>Details</b> tab. Scroll to the bottom and examine the <b>Thumbprint</b>. Take note of the first few characters.</p>  <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/04/04.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="476" alt="04" src="http://www.confusedamused.com/wp-content/pictures/2008/04/04-thumb.png" width="409" border="0" /></a> </p>  <p>Click <b>Start | Run </b>and enter <b>regedit</b>. Press <b>OK</b>.</p>  <p>Expand <b>HKLM\SOFTWARE\Microsoft\SystemCertificates\ROOT\Certificates</b>. Look for a key name starting with the same characters as the thumbprint. The certificate data is stored in the blob value.</p>  <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/04/05.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="238" alt="05" src="http://www.confusedamused.com/wp-content/pictures/2008/04/05-thumb.png" width="500" border="0" /></a> </p>  <p><b>Right-click</b> the key name and choose <b>Export</b>.</p>  <p>Save the .reg file some place safe.</p>  <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/04/06.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="452" alt="06" src="http://www.confusedamused.com/wp-content/pictures/2008/04/06-thumb.png" width="500" border="0" /></a> </p>  <p>You can also use this method for some of the other certificate stores. The other useful store I use frequently is the Personal store. Just replace the ROOT in that registry path with MY to find the certificates there.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/export-a-certificate-as-a-reg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Threat Management Gateway</title>
		<link>http://www.confusedamused.com/notebook/threat-management-gateway/</link>
		<comments>http://www.confusedamused.com/notebook/threat-management-gateway/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 05:18:38 +0000</pubDate>
		<dc:creator>Tom Pacyk</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.confusedamused.com/notebook/threat-management-gateway/</guid>
		<description><![CDATA[This evening I downloaded the Microsoft Stirling Threat Management Gateway (TMG) product, the newest iteration of ISA to try out. I fired up a spare VM I had lying around and ran the installer. Strangely enough, the &#34;installer&#34; dumped setup files in a folder for me. I had to go dig for them and launch [...]]]></description>
			<content:encoded><![CDATA[<p><p>This evening I downloaded the Microsoft Stirling Threat Management Gateway (TMG) product, the newest iteration of ISA to try out. I fired up a spare VM I had lying around and ran the installer. Strangely enough, the &quot;installer&quot; dumped setup files in a folder for me. I had to go dig for them and launch <strong>another</strong> setup. Good start! After clicking the install link it chugs along for a few seconds and comes back with Installation Failed. No reason, no explanation, nothing. How handy! I poked around in the log files generated by setup but nothing stuck out. I updated the machine completely thinking it was a .NET 3.5 SP1 deal or something along those lines. No luck.</p>  <p>I guess when all else fails, look at the system requirements, right?</p>  <p><a href="http://www.confusedamused.com/wp-content/pictures/2008/04/image.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="108" alt="image" src="http://www.confusedamused.com/wp-content/pictures/2008/04/image-thumb.png" width="475" border="0" /></a> </p>  <p>I was trying to install on an x86 Server 2003 VM. Oops.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.confusedamused.com/notebook/threat-management-gateway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

