<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Be your own Certificate Authority (CA)</title>
	<atom:link href="http://www.g-loaded.eu/2005/11/10/be-your-own-ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu/2005/11/10/be-your-own-ca/</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Sun, 28 Feb 2010 05:55:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: GNot</title>
		<link>http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-6293</link>
		<dc:creator>GNot</dc:creator>
		<pubDate>Fri, 16 Feb 2007 10:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-6293</guid>
		<description>Although this information does not belong here, I post it because the postfix configuration is a very good example. So, according to the files that have been generated in the above article, the postfix settings inside the main.cf file that set the paths to the server&#039;s and the certification authority&#039;s certificates are:

&lt;pre&gt;
smtp_tls_CAfile = /path/to/certs/myca.crt
smtp_tls_cert_file = /path/to/certs/server.crt
smtp_tls_key_file = /path/to/private/server.key

smtpd_tls_CAfile = /path/to/certs/myca.crt
smtpd_tls_cert_file = /path/to/certs/server.crt
smtpd_tls_key_file = /path/to/private/server.key
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Although this information does not belong here, I post it because the postfix configuration is a very good example. So, according to the files that have been generated in the above article, the postfix settings inside the main.cf file that set the paths to the server&#8217;s and the certification authority&#8217;s certificates are:</p>
<pre>
smtp_tls_CAfile = /path/to/certs/myca.crt
smtp_tls_cert_file = /path/to/certs/server.crt
smtp_tls_key_file = /path/to/private/server.key

smtpd_tls_CAfile = /path/to/certs/myca.crt
smtpd_tls_cert_file = /path/to/certs/server.crt
smtpd_tls_key_file = /path/to/private/server.key
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paritosh</title>
		<link>http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-6273</link>
		<dc:creator>Paritosh</dc:creator>
		<pubDate>Fri, 16 Feb 2007 05:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-6273</guid>
		<description>According to the documentation in &quot;http://www.g-loaded.eu/2005/11/10/be-your-own-ca&quot; which are the files that i can use for postfix i.e tls_key_file, tls_cert_file and tls_CAfile.</description>
		<content:encoded><![CDATA[<p>According to the documentation in &#8220;http://www.g-loaded.eu/2005/11/10/be-your-own-ca&#8221; which are the files that i can use for postfix i.e tls_key_file, tls_cert_file and tls_CAfile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GNot</title>
		<link>http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-5941</link>
		<dc:creator>GNot</dc:creator>
		<pubDate>Sun, 04 Feb 2007 14:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-5941</guid>
		<description>This is like becoming an official root or intermediate certification authority yourself. I don&#039;t know about the procedures of becoming an official authority, but I don&#039;t think it&#039;s easy, since your root certificate would have to be included in all the major browsers by default. I assume that the latter requires lots of time and money to be spent for building a worldwide trusted company.
If the root cert not included in the browsers, email clients etc, then it&#039;s like having a self-signed root certificate, which you would have to persuade the whole world to insert it manually to their internet software.</description>
		<content:encoded><![CDATA[<p>This is like becoming an official root or intermediate certification authority yourself. I don&#8217;t know about the procedures of becoming an official authority, but I don&#8217;t think it&#8217;s easy, since your root certificate would have to be included in all the major browsers by default. I assume that the latter requires lots of time and money to be spent for building a worldwide trusted company.<br />
If the root cert not included in the browsers, email clients etc, then it&#8217;s like having a self-signed root certificate, which you would have to persuade the whole world to insert it manually to their internet software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GGeorge</title>
		<link>http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-5934</link>
		<dc:creator>GGeorge</dc:creator>
		<pubDate>Sun, 04 Feb 2007 04:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-5934</guid>
		<description>I am interested in knowing whether I can purchase a cetificate and then use it to sign certificates for use by or on behalf of others, for, say, their websites or e-mail services that I am hosting on my servers.</description>
		<content:encoded><![CDATA[<p>I am interested in knowing whether I can purchase a cetificate and then use it to sign certificates for use by or on behalf of others, for, say, their websites or e-mail services that I am hosting on my servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tjl</title>
		<link>http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-5553</link>
		<dc:creator>tjl</dc:creator>
		<pubDate>Fri, 12 Jan 2007 20:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-5553</guid>
		<description>I thank you also.  This was very helpful!</description>
		<content:encoded><![CDATA[<p>I thank you also.  This was very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marshall</title>
		<link>http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-5469</link>
		<dc:creator>Marshall</dc:creator>
		<pubDate>Fri, 05 Jan 2007 18:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-5469</guid>
		<description>Outstanding.

Thank you for a concise, complete tutorial.  Especially nice is that you create a copy of the original configuration and work with an empty directory hierarchy.</description>
		<content:encoded><![CDATA[<p>Outstanding.</p>
<p>Thank you for a concise, complete tutorial.  Especially nice is that you create a copy of the original configuration and work with an empty directory hierarchy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gnot</title>
		<link>http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-4889</link>
		<dc:creator>Gnot</dc:creator>
		<pubDate>Thu, 05 Oct 2006 14:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-4889</guid>
		<description>I&#039;m glad you found it useful.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you found it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chia</title>
		<link>http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-2579</link>
		<dc:creator>Chia</dc:creator>
		<pubDate>Sat, 19 Aug 2006 02:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2005/11/10/be-your-own-ca/#comment-2579</guid>
		<description>Hi,

Thanks your document. It helps tremendously.

Appreciate your effort.

Best Regards,
Chia</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks your document. It helps tremendously.</p>
<p>Appreciate your effort.</p>
<p>Best Regards,<br />
Chia</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.056 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-11 09:05:52 -->
