<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Ultimate Guide to Setup SSL on Rails and Apache 2 (with Ubuntu seasoning)</title>
	<link>http://www.williambharding.com/blog/rails/ultimate-guide-to-setup-ssl-on-rails-and-apache-2-with-ubuntu-seasoning/</link>
	<description>Rails programming.  Entrepeneurialhoodom.</description>
	<pubDate>Thu, 20 Nov 2008 10:33:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: Bill</title>
		<link>http://www.williambharding.com/blog/rails/ultimate-guide-to-setup-ssl-on-rails-and-apache-2-with-ubuntu-seasoning/#comment-492</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Tue, 20 May 2008 07:08:12 +0000</pubDate>
		<guid>http://www.williambharding.com/blog/rails/ultimate-guide-to-setup-ssl-on-rails-and-apache-2-with-ubuntu-seasoning/#comment-492</guid>
		<description>Hey Mauricio!  Thanks for your comment.

How do you figure that it is wrong?  The CSR is the file that you submit to your CArtel.  A CRT file is an actual certificate file, basically, the response to the CSR file.  You can generate this yourself (called a "self-signed certificate", generated with something like "openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt"), but if you make it yourself, then any user to your site will be prompted about whether to accept you as a CA. 

Do you have some more details about what led you to get better results with the crt extension?</description>
		<content:encoded><![CDATA[<p>Hey Mauricio!  Thanks for your comment.</p>
<p>How do you figure that it is wrong?  The CSR is the file that you submit to your CArtel.  A CRT file is an actual certificate file, basically, the response to the CSR file.  You can generate this yourself (called a &#8220;self-signed certificate&#8221;, generated with something like &#8220;openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt&#8221;), but if you make it yourself, then any user to your site will be prompted about whether to accept you as a CA. </p>
<p>Do you have some more details about what led you to get better results with the crt extension?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maurício Linhares</title>
		<link>http://www.williambharding.com/blog/rails/ultimate-guide-to-setup-ssl-on-rails-and-apache-2-with-ubuntu-seasoning/#comment-491</link>
		<dc:creator>Maurício Linhares</dc:creator>
		<pubDate>Mon, 19 May 2008 13:13:08 +0000</pubDate>
		<guid>http://www.williambharding.com/blog/rails/ultimate-guide-to-setup-ssl-on-rails-and-apache-2-with-ubuntu-seasoning/#comment-491</guid>
		<description>Hi,

First, thanks for the great tutorial :)

I've found a litlte big on the tutorial code, the line that is:

openssl req -new -key your_website_name.key -out your_website_name.csr

Should be:

openssl req -new -key your_website_name.key -out your_website_name.crt</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First, thanks for the great tutorial <img src='http://www.williambharding.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve found a litlte big on the tutorial code, the line that is:</p>
<p>openssl req -new -key your_website_name.key -out your_website_name.csr</p>
<p>Should be:</p>
<p>openssl req -new -key your_website_name.key -out your_website_name.crt</p>
]]></content:encoded>
	</item>
</channel>
</rss>
