<?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>Kennethdalbjerg.dk &#187; ssl</title>
	<atom:link href="http://kennethdalbjerg.dk/tag/ssl/feed" rel="self" type="application/rss+xml" />
	<link>http://kennethdalbjerg.dk</link>
	<description>Kenneth Dalbjerg, IT Konsulent i århus</description>
	<lastBuildDate>Wed, 21 Jul 2010 09:22:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apache and multiple SSL virtual host on same IP address</title>
		<link>http://kennethdalbjerg.dk/2008/07/08/apache-and-multiple-ssl-virtual-host-on-same-ip-address</link>
		<comments>http://kennethdalbjerg.dk/2008/07/08/apache-and-multiple-ssl-virtual-host-on-same-ip-address#comments</comments>
		<pubDate>Tue, 08 Jul 2008 05:01:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=134</guid>
		<description><![CDATA[In standard way, apache only supports one SSL virtual host per IP address, if you want to use different SSL Certificates file. But with mod-gnutls it is possible to have multiple Virtual host with different SSL Certificates file.
Install mod-gnutls in Debian:



apt-get install libapache2-mod-gnutls



Then you need to enable mod-gnutls



cd /etc/apache2/mods-enabled
ln -s ../mods-available/gnutls.* .



Then you need to [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2008/07/08/apache-and-multiple-ssl-virtual-host-on-same-ip-address/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Importere StartSSL certifikat ind i Internet Explorer</title>
		<link>http://kennethdalbjerg.dk/2008/07/07/importere-startssl-certifikat-ind-i-internet-explorer</link>
		<comments>http://kennethdalbjerg.dk/2008/07/07/importere-startssl-certifikat-ind-i-internet-explorer#comments</comments>
		<pubDate>Mon, 07 Jul 2008 11:56:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[startssl]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=131</guid>
		<description><![CDATA[Gå ind på adressen https://startssl.com/certs/ca.cer og vælg ”Forsæt til dette websted (Anbefales ikke)”. (Bemærk det er den røde kryds). Vælg herefter åben.  Herefter kommer dette billede frem.

Tryk på Installer certifikat&#8230;

Tryk på næste &#62;

Tryk Næste &#62;

Tryk på Udfør

Tryk på Ja

Tryk på OK.

Tryk op OK.
Luk nu din Internet Explorer ned, og start den op igen, nu [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2008/07/07/importere-startssl-certifikat-ind-i-internet-explorer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache and Certificate</title>
		<link>http://kennethdalbjerg.dk/2008/01/03/apache-and-certificat</link>
		<comments>http://kennethdalbjerg.dk/2008/01/03/apache-and-certificat#comments</comments>
		<pubDate>Thu, 03 Jan 2008 10:35:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[apache certifcate]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.dalbjerg.nu/?p=82</guid>
		<description><![CDATA[If you want a sign certificat to use with apache, you need to do this:
openssl genrsa -des3 -out server.key 1024
openssl req -new -key server.key -out server.csr
openssl rsa -in server.key -out server.key.insecure
mv server.key server.key.secure
mv server.key.insecure server.key
Mail the server.csr file to certificat trust.  Then you get a file back, rename that file to server.crt
Then you need [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2008/01/03/apache-and-certificat/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Self-Signed IIS SSL Certificates using OpenSSL</title>
		<link>http://kennethdalbjerg.dk/2006/12/06/self-signed-iis-ssl-certificates-using-openssl</link>
		<comments>http://kennethdalbjerg.dk/2006/12/06/self-signed-iis-ssl-certificates-using-openssl#comments</comments>
		<pubDate>Wed, 06 Dec 2006 11:41:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">GUID</guid>
		<description><![CDATA[Læs mere her omkring: Self-Signed IIS SSL Certificates using OpenSSL
Self-Signed IIS SSL Certificates using OpenSSL

Self-Signed IIS SSL Certificates using OpenSSL

This tutorial assumes that you have a Linux box with OpenSSL installed,and t...]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2006/12/06/self-signed-iis-ssl-certificates-using-openssl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qmail: Vpopmail &amp; SSL</title>
		<link>http://kennethdalbjerg.dk/2005/08/25/qmail-vpopmail-ssl</link>
		<comments>http://kennethdalbjerg.dk/2005/08/25/qmail-vpopmail-ssl#comments</comments>
		<pubDate>Thu, 25 Aug 2005 22:51:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[qmail]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">GUID</guid>
		<description><![CDATA[Mini howto's about putting ssl on Vpopmail.
My Qmail is running after this guide:
http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm

apt-get install stunnel4
mkdir -p /var/log/qmail/pop3d-ssl/
chown -R qmaill.nofiles /var/log...]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2005/08/25/qmail-vpopmail-ssl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
