<?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>Ward Vissers &#187; Certificaten</title>
	<atom:link href="http://www.wardvissers.nl/category/microsoft/certificaten/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wardvissers.nl</link>
	<description>Things About Microsoft &#38; Exchange &#38; VMware</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:42:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Create a Self-Signed Certificate using SSL Diagnostics Tool</title>
		<link>http://www.wardvissers.nl/2009/02/28/create-a-self-signed-certificate-using-ssl-diagnostics-tool/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-a-self-signed-certificate-using-ssl-diagnostics-tool</link>
		<comments>http://www.wardvissers.nl/2009/02/28/create-a-self-signed-certificate-using-ssl-diagnostics-tool/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 23:09:13 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Certificaten]]></category>
		<category><![CDATA[MDT 2008]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powerfuse]]></category>
		<category><![CDATA[Wisdom]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2009/02/28/create-a-self-signed-certificate-using-ssl-diagnostics-tool/</guid>
		<description><![CDATA[Handige tooltje om snel en simpel een Self-Signed Certificate te maken: SSL Diagnostics . Download setup.exe http://www.microsoft.com/downloads/details.aspx?familyid=CABEA1D0-5A10-41BC-83D4-06C814265282&#38;displaylang=en Installeer het tooltje en start het programmatje op. In het hoofd scherm van SSL Diagnostics, rechter muis knop op Website naam (IIS moet &#8230; <a href="http://www.wardvissers.nl/2009/02/28/create-a-self-signed-certificate-using-ssl-diagnostics-tool/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Handige tooltje om snel en simpel een <strong>Self-Signed Certificate te maken</strong>: <strong>SSL Diagnostics </strong>. Download setup.exe     <br /><a href="http://www.microsoft.com/downloads/details.aspx?familyid=CABEA1D0-5A10-41BC-83D4-06C814265282&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=CABEA1D0-5A10-41BC-83D4-06C814265282&amp;displaylang=en</a></p>
<p>Installeer het tooltje en start het programmatje op. In het hoofd scherm van SSL Diagnostics, rechter muis knop op Website naam (IIS moet wel draaien) (Te zien bij W3SVC/&lt;site naam&gt;), en klik op Create New Cert. </p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image0021.jpg"><img title="clip_image002" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="228" alt="clip_image002" src="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image002-thumb1.jpg" width="244" border="0" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Create+a+Self-Signed+Certificate+using+SSL+Diagnostics+Tool+http%3A%2F%2Ftinyurl.com%2Fyzqwsp9" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2009/02/28/create-a-self-signed-certificate-using-ssl-diagnostics-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handige Trukjes van Makecert.exe om te weten</title>
		<link>http://www.wardvissers.nl/2009/02/28/handige-trukjes-van-makecertexe-om-te-weten/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=handige-trukjes-van-makecertexe-om-te-weten</link>
		<comments>http://www.wardvissers.nl/2009/02/28/handige-trukjes-van-makecertexe-om-te-weten/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 23:08:04 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Certificaten]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[MDT 2008]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powerfuse]]></category>
		<category><![CDATA[Wisdom]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2009/02/28/handige-trukjes-van-makecertexe-om-te-weten/</guid>
		<description><![CDATA[Creating X.509 Certificates using makecert.exe Creating x.509&#160; certificates is a very common task. Unfortunately the knowledge how to do it is quite rare. If you want a certificate that the whole world would trust you need to buy one, but &#8230; <a href="http://www.wardvissers.nl/2009/02/28/handige-trukjes-van-makecertexe-om-te-weten/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><b>Creating X.509 Certificates using makecert.exe</b></p>
<p>Creating x.509&#160; certificates is a very common task. Unfortunately the knowledge how to do it is quite rare. If you want a certificate that the whole world would trust you need to buy one, but if you need it for your own use you can create it using a tool called <a href="http://blogs.microsoft.co.il/files/folders/applisec/entry75829.aspx">MakeCert.exe</a></p>
<p>After downloading the tool you have to perform the following procedure:</p>
<p><b>Creating a Root Certificate Authority</b></p>
<p>makecert.exe -n &quot;CN=My Root CA,O=Organization,OU=Org Unit,L=San Diego,S=CA,C=US&quot; -pe -ss my -sr LocalMachine -sky <a href="http://www.wardvissers.nl/tag/exchange/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Exchange">exchange</a> -m 96 -a sha1 -len 2048 -r My_Root_CA.cer</p>
<p><b>Import Root Certificate Authority Certificate into Trusted Root Store </b></p>
<p>certutil.exe -f -addstore Root My_Root_CA.cer</p>
<p><b>Create Backup (Export) PFX file of Root Certificate Authority Certificate </b></p>
<p>certutil.exe -privatekey -exportpfx &quot;My Root CA&quot; My_Root_CA.pfx</p>
<p><b>Create a Server Certificate issued from the previously created Certificate Authority </b></p>
<p>makecert.exe -n &quot;CN=Server&quot; -pe -ss my -sr LocalMachine -sky exchange -m 96 -in &quot;My Root CA&quot; -is my -ir LocalMachine -a sha1 -eku 1.3.6.1.5.5.7.3.1,1.3.6.1.5.5.7.3.2 Server.cer</p>
<p><b>Create Backup (Export) PFX file of Server Certificate </b></p>
<p>certutil.exe -privatekey -exportpfx &quot;Server&quot; Server.pfx</p>
<p><b>Create a Computer certificate issued from the previously created Certificate Authority </b></p>
<p>makecert.exe -n &quot;CN=Computer&quot; -pe -ss my -sr Localmachine -sky exchange -m 96 -in &quot;My Root CA&quot; -is my -ir LocalMachine -a sha1 -eku 1.3.6.1.5.5.7.3.2 Computer.cer</p>
<p><b>Create Backup (Export) PFX file of Computer Certificate </b></p>
<p>certutil.exe -privatekey -exportpfx &quot;Computer&quot; Computer.pfx</p>
<p><b>OID Reference </b></p>
<p>Encrypting File System (1.3.6.1.4.1.311.10.3.4) </p>
<p>Secure Email (1.3.6.1.5.5.7.3.4) </p>
<p>Smart Card Logon (1.3.6.1.4.1.311.20.2.2) </p>
<p>Client Authentication (1.3.6.1.5.5.7.3.2) </p>
<p>Server Authentication (1.3.6.1.5.5.7.3.1) </p>
<p>IP security IKE intermediate (1.3.6.1.5.5.8.2.2)</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Handige+Trukjes+van+Makecert.exe+om+te+weten+http%3A%2F%2Ftinyurl.com%2Fykvo44n" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2009/02/28/handige-trukjes-van-makecertexe-om-te-weten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Self-Signed SSL Certificate met MakeCert.exe</title>
		<link>http://www.wardvissers.nl/2009/02/28/creating-a-self-signed-ssl-certificate-met-makecertexe/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-a-self-signed-ssl-certificate-met-makecertexe</link>
		<comments>http://www.wardvissers.nl/2009/02/28/creating-a-self-signed-ssl-certificate-met-makecertexe/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 23:06:33 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Certificaten]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[MDT 2008]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powerfuse]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Wisdom]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2009/02/28/creating-a-self-signed-ssl-certificate-met-makecertexe/</guid>
		<description><![CDATA[Waar vind je certificaten op je PC Ik begin even met de basis Als u toepassingen gaat ontwikkelen die certificaten vereisen, zult u moeten weten waar de certificaten worden opgeslagen, evenals hoe te om de beheersinterface te navigeren. Er is &#8230; <a href="http://www.wardvissers.nl/2009/02/28/creating-a-self-signed-ssl-certificate-met-makecertexe/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Waar vind je <a href="http://www.wardvissers.nl/tag/certificaten/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Certificaten">certificaten</a> op je PC</p>
<p>Ik begin even met de basis Als u toepassingen gaat ontwikkelen die certificaten vereisen, zult u moeten weten waar de certificaten worden opgeslagen, evenals hoe te om de beheersinterface te navigeren. Er is een MMC (<a href="http://www.wardvissers.nl/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> Management Console) op elke pc aanwezig. Vanuit deze management console kunt u certificaten beheren. Certificaten kunnen opgeslagen worden worden onder Gebruikers Account of op de lokale Machine Opslag. </p>
<p>Voer de volgende stappen uit om Certificaten te laden uit de lokale computer account. Certificaten Management Console Openen.</p>
<p>1. Start à Uitvoeren</p>
<p>2. MMC</p>
<p>3. Bestand à Module Toevoegen / Verwijderen</p>
<p>4. Toevoegen</p>
<p>5. Certificaten</p>
<p>6. Computeraccount</p>
<p>7. De lokale PC waar deze wordt op uitgevoerd. à Voltooien</p>
<p>8. Sluiten à Ok   <br /><a href="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image002.jpg"><img title="clip_image002" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="133" alt="clip_image002" src="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image002-thumb.jpg" width="244" border="0" /></a></p>
<p>Je kunt de certificaten management console opslaan. Dit doe je op de volgende manier.    <br />Bestand à Opslaan Als à Noem het certificaten.msc. </p>
<p>Sla het bestand bijvoorbeeld op je Desktop.</p>
<p>Als je Certificaten uit klikt (Lokale Gebruiker, Lokale Computer). Dan zie je certificaten opslagen</p>
<p><b>Personal.</b> Here you store certificates for which you have the associated private key. </p>
<p><b>Trusted Root Certification Authorities.</b> This store lists the Third-Party Root Certification Authorities (Thawte, Verisign, etc.), Microsoft root certificates, and your own root certificates for self-signed certificates. </p>
<p><b>Trusted People.</b> Here you place your trusted certificates (you must also trust the entire chain of certificates). </p>
<p>Hoe kan ik mijn eigen test ssl certificaten aan maken voor websites of voor overige web diensten om het te beveiliging.</p>
<p>Dit is de meest gevraagde vraag die ik heb gehoord. Het is niet altijd gemakkelijk om een beknopte lijst van stappen te vinden om voor het creëren van certificaten te volgen. Er zijn drie populaire benaderingen van het produceren van certificaten voor testende doeleinden: </p>
<p>1.&#160;&#160;&#160;&#160; Vraag een testcertificaat bij een certificaatgezag (CA), zoals Verisign. Deze zijn meestal 90 dagen geldig.</p>
<p>2.&#160;&#160;&#160;&#160; Verstrek CA. uw eigen certificaten van uw Server 2003 Certificaat Server.   <br /><a href="http://www.petri.co.il/install_windows_server_2003_ca.htm">http://www.petri.co.il/install_windows_server_2003_ca.htm</a>    <br /><a href="http://www.petri.co.il/obtain_digital_certificate_from_online_ca.htm">http://www.petri.co.il/obtain_digital_certificate_from_online_ca.htm</a></p>
<p>3.&#160;&#160;&#160;&#160; Produceer certificaten gebruikend makecert.exe.   <br />4. Maak een <strong>Self-Signed Certificate gebruik makend van de <a name="windowsQA_1"></a>SSL Diagnostics Tool</strong></p>
<p>Het makkelijkste is makecert.exe te gebruiken. Dit hulpmiddel wordt geïnstalleerd tijdens de installatie van .NET Framework SDK (2.0 en 3.0 beide bevat makecert.exe).</p>
<p>MSDN verteld hoe u certificaat kunt maken (zie <a href="http://66.196.80.202/babelfish/translate_url_content?.intl=nl&amp;lp=en_nl&amp;trurl=http%3a%2f%2fmsdn2.microsoft.com%2fen-us%2flibrary%2fbfsktky3.aspx">http://msdn2.microsoft.com/en-us/library/bfsktky3.aspx)</a>. </p>
<p><b>     <br />Het creëren van een SSL Certificaat</b></p>
<p>Om een Self-Signed SSL Certificate te creëren kunt u het volgende commando makecert.exe gebruiken. </p>
<p>makecert -r -pe -n &quot;CN=www.wardvissers.nl&quot; -b 01/01/2000 -e 01/12/2036 -eku 1.3.6.1.5.5.7.3.1 -ss my -sr localMachine -sky <a href="http://www.wardvissers.nl/tag/exchange/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Exchange">exchange</a> -sp &quot;Microsoft RSA SChannel Cryptographic Provider&quot; -sy 12 c:localhost.cer</p>
<p>The subject name “localhost” makes it possible to browse without errors to http://localhost or any path relative to it. The subject name of the SSL certificate must match the domain or machine name used in the path to access the site. If you used your machine name to browse to Web sites on your machine, for example http://idesign/, you’d create the certificate with the subject name “CN=idesign”. Best use is enter de FQDN like: webmail.wardvissers.nl </p>
<p><b>     <br />makecert.exe opties</b></p>
<p>Hier onder staat een lijst met opties om een goede Self-Signed SSL Certificaten te maken. </p>
<p><b>     <br /></b><br />
<table cellspacing="0" cellpadding="0" border="1">
<tbody>
<tr>
<td valign="top" width="118">
<p><b>Option</b></p>
</td>
<td valign="top">
<p><b>Description</b></p>
</td>
</tr>
<tr>
<td valign="top" width="118">
<p>-n certName</p>
</td>
<td valign="top">
<p>The subject name for the certificate. This is a distinguished name following the X.500 specification. It can be as simple as “CN=localhost” or include a richer description of the subject with “CN=localhost, O=IDesign, OU=Architecture, E=mlb@idesign.net”. </p>
</td>
</tr>
<tr>
<td valign="top" width="118">
<p>-pe</p>
</td>
<td valign="top">
<p>This allows the private key to be exported after generating it. It is a good idea to generate the private key pair and export the certificate to apply password protection, even if it is a test certificate.</p>
</td>
</tr>
<tr>
<td valign="top" width="118">
<p>-sr</p>
</td>
<td valign="top">
<p>Certificate store location where the key will be generated. It doesn’t matter which store you choose, because you will likely export the key pair, password protect it, and then import it to the correct store for use. Values can be currentuser or localmachine. </p>
</td>
</tr>
<tr>
<td valign="top" width="118">
<p>-ss</p>
</td>
<td valign="top">
<p>Which logical store will the certificate be installed in? Specify “My” here; this will place it in the Personal logical store. </p>
</td>
</tr>
<tr>
<td valign="top" width="118">
<p>-sp</p>
</td>
<td valign="top">
<p>The cryptography provider to use. A list of possible providers can be found here: <a href="http://windowssdk.msdn.microsoft.com/en-us/library/ms731160.aspx">http://windowssdk.msdn.microsoft.com/en-us/library/ms731160.aspx</a>. The “Microsoft RSA SChannel Cryptographic Provider” is not subject to government restrictions for usage. </p>
</td>
</tr>
<tr>
<td valign="top" width="118">
<p>-sy</p>
</td>
<td valign="top">
<p>Cryptography provider type; an integer representative of the provider setting for the -sp option. Use the value 12 for the “Microsoft RSA SChannel Cryptographic Provider”. </p>
</td>
</tr>
<tr>
<td valign="top" width="118">
<p>-r</p>
</td>
<td valign="top">
<p>Indicates a self-signed certificate.</p>
</td>
</tr>
<tr>
<td valign="top" width="118">
<p>-sky certType</p>
</td>
<td valign="top">
<p>Can be signature or exchange. Use exchange for SSL and secure messaging.</p>
</td>
</tr>
</tbody>
</table>
<p><b>     <br /></b></p>
<p><b>     <br /></b></p>
<p><b></b></p>
<p><b>Het uitvoeren van het Certificaat</b></p>
<p>De bedoeling is om .pfx (Certificaat + Wachtwoord) en een cer op te slaan voor later gebruik.</p>
<p>De .cer heb je al opgeslagen tijdens het aanmaken van het certificaat.   <br />Via de Certificaten console kun je .pfx bestand exporteren. </p>
<p>Hoe je dat doet zie je hieronder:</p>
<p> RechterMuis op het Certificaat en dan Alle Taken à Exporteren</p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image004.jpg"><img title="clip_image004" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="93" alt="clip_image004" src="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image004-thumb.jpg" width="244" border="0" /></a>    <br /><a href="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image006.jpg"><img title="clip_image006" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="191" alt="clip_image006" src="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image006-thumb.jpg" width="244" border="0" /></a></p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image008.jpg"><img title="clip_image008" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="192" alt="clip_image008" src="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image008-thumb.jpg" width="244" border="0" /></a></p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image010.jpg"><img title="clip_image010" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="190" alt="clip_image010" src="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image010-thumb.jpg" width="244" border="0" /></a></p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image012.jpg"><img title="clip_image012" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="191" alt="clip_image012" src="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image012-thumb.jpg" width="244" border="0" /></a></p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image014.jpg"><img title="clip_image014" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="191" alt="clip_image014" src="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image014-thumb.jpg" width="244" border="0" /></a></p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image016.jpg"><img title="clip_image016" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="190" alt="clip_image016" src="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image016-thumb.jpg" width="244" border="0" /></a>    <br /><a href="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image018.jpg"><img title="clip_image018" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="100" alt="clip_image018" src="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image018-thumb.jpg" width="207" border="0" /></a>    <br />Voorbeeldje van de melding die je krijgt.</p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image019.jpg"><img title="clip_image019" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="100" alt="clip_image019" src="http://www.wardvissers.nl/wp-content/uploads/2009/02/clip-image019-thumb.jpg" width="244" border="0" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Creating+a+Self-Signed+SSL+Certificate+met+MakeCert.exe+http%3A%2F%2Ftinyurl.com%2Fyh8nhoh" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2009/02/28/creating-a-self-signed-ssl-certificate-met-makecertexe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

