<?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: SSL on Ubuntu 8.10 Apache2</title>
	<atom:link href="http://beginlinux.com/blog/2009/01/ssl-on-ubuntu-810-apache2/feed/" rel="self" type="application/rss+xml" />
	<link>http://beginlinux.com/blog/2009/01/ssl-on-ubuntu-810-apache2/</link>
	<description>Linux Server Training Tutorials and Courses</description>
	<lastBuildDate>Thu, 11 Mar 2010 18:06:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: subodh</title>
		<link>http://beginlinux.com/blog/2009/01/ssl-on-ubuntu-810-apache2/comment-page-1/#comment-1603</link>
		<dc:creator>subodh</dc:creator>
		<pubDate>Thu, 11 Mar 2010 18:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=130#comment-1603</guid>
		<description>Awesome and very simple to understand article</description>
		<content:encoded><![CDATA[<p>Awesome and very simple to understand article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://beginlinux.com/blog/2009/01/ssl-on-ubuntu-810-apache2/comment-page-1/#comment-1526</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 04 Jan 2010 16:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=130#comment-1526</guid>
		<description>Here is a link for setting up certs that should help.

http://beginlinux.com/blog/2009/01/create-ssl-certificate-with-godaddycom/</description>
		<content:encoded><![CDATA[<p>Here is a link for setting up certs that should help.</p>
<p><a href="http://beginlinux.com/blog/2009/01/create-ssl-certificate-with-godaddycom/" rel="nofollow">http://beginlinux.com/blog/2009/01/create-ssl-certificate-with-godaddycom/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liam</title>
		<link>http://beginlinux.com/blog/2009/01/ssl-on-ubuntu-810-apache2/comment-page-1/#comment-1522</link>
		<dc:creator>Liam</dc:creator>
		<pubDate>Thu, 24 Dec 2009 00:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=130#comment-1522</guid>
		<description>How would I go about setting up the SSL with a cert I bought online? Would I drop it into the /etc/ssl/private and /etc/ssl/certs folders?

Thanks.</description>
		<content:encoded><![CDATA[<p>How would I go about setting up the SSL with a cert I bought online? Would I drop it into the /etc/ssl/private and /etc/ssl/certs folders?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dakos</title>
		<link>http://beginlinux.com/blog/2009/01/ssl-on-ubuntu-810-apache2/comment-page-1/#comment-1490</link>
		<dc:creator>Dakos</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=130#comment-1490</guid>
		<description>@Bryan

Replace this:
sudo openssl genrsa -des3 -out server.key 1024
With:
sudo openssl genrsa -out server.key 1024

To generate a key without needing a passphrase so your server can start without interruption.</description>
		<content:encoded><![CDATA[<p>@Bryan</p>
<p>Replace this:<br />
sudo openssl genrsa -des3 -out server.key 1024<br />
With:<br />
sudo openssl genrsa -out server.key 1024</p>
<p>To generate a key without needing a passphrase so your server can start without interruption.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwasi</title>
		<link>http://beginlinux.com/blog/2009/01/ssl-on-ubuntu-810-apache2/comment-page-1/#comment-1475</link>
		<dc:creator>kwasi</dc:creator>
		<pubDate>Sun, 08 Nov 2009 13:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=130#comment-1475</guid>
		<description>Hi all, very good post, im new at this but im not getting the site to work in secure mode (https)
 or the little lock at the bottom doesn&#039;t closes. am i doing something wrong</description>
		<content:encoded><![CDATA[<p>Hi all, very good post, im new at this but im not getting the site to work in secure mode (https)<br />
 or the little lock at the bottom doesn&#8217;t closes. am i doing something wrong</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://beginlinux.com/blog/2009/01/ssl-on-ubuntu-810-apache2/comment-page-1/#comment-1380</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 03 Sep 2009 10:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=130#comment-1380</guid>
		<description>This is typical when you restart the server and you have the SSL certificate on that site.</description>
		<content:encoded><![CDATA[<p>This is typical when you restart the server and you have the SSL certificate on that site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://beginlinux.com/blog/2009/01/ssl-on-ubuntu-810-apache2/comment-page-1/#comment-1378</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Tue, 01 Sep 2009 12:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=130#comment-1378</guid>
		<description>Not sure if I missed a step or something, but when I restart the server, it pauses and wants me to enter the key for the private key file. Any ideas?</description>
		<content:encoded><![CDATA[<p>Not sure if I missed a step or something, but when I restart the server, it pauses and wants me to enter the key for the private key file. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arvind</title>
		<link>http://beginlinux.com/blog/2009/01/ssl-on-ubuntu-810-apache2/comment-page-1/#comment-1372</link>
		<dc:creator>Arvind</dc:creator>
		<pubDate>Tue, 18 Aug 2009 05:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=130#comment-1372</guid>
		<description>Thank You very much. This article was very helpful in quickly setting up a webserver with SSL on Linux with Apache2 - specially since I was pressed for time and didnt have time to sit and poke around.</description>
		<content:encoded><![CDATA[<p>Thank You very much. This article was very helpful in quickly setting up a webserver with SSL on Linux with Apache2 &#8211; specially since I was pressed for time and didnt have time to sit and poke around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://beginlinux.com/blog/2009/01/ssl-on-ubuntu-810-apache2/comment-page-1/#comment-1361</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 07 Jun 2009 20:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=130#comment-1361</guid>
		<description>You would have to buy a certificate from a secure source like GoDaddy. They cost about $300</description>
		<content:encoded><![CDATA[<p>You would have to buy a certificate from a secure source like GoDaddy. They cost about $300</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://beginlinux.com/blog/2009/01/ssl-on-ubuntu-810-apache2/comment-page-1/#comment-771</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 08 Feb 2009 01:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://beginlinux.com/blog/?p=130#comment-771</guid>
		<description>Follow up to my question:  Is there a way to set the Website of the Certificate so that IE doesn’t give this error: “The security certificate presented by this website was issued for a different website’s address.”?

Yes.  You set the &quot;Common Name&quot; to your website address.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Follow up to my question:  Is there a way to set the Website of the Certificate so that IE doesn’t give this error: “The security certificate presented by this website was issued for a different website’s address.”?</p>
<p>Yes.  You set the &#8220;Common Name&#8221; to your website address.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
