<?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>El blog de LandM &#187; openssl</title>
	<atom:link href="http://blog.landm.net/tag/openssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.landm.net</link>
	<description>System Administrators and IT experts Blog</description>
	<lastBuildDate>Thu, 17 Jun 2010 08:34:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>generate pem file for qpsmtpd+ssl 465</title>
		<link>http://blog.landm.net/2008/12/generate-pem-file-for-qpsmtpdssl-465/</link>
		<comments>http://blog.landm.net/2008/12/generate-pem-file-for-qpsmtpdssl-465/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 18:56:42 +0000</pubDate>
		<dc:creator>lucas</dc:creator>
				<category><![CDATA[Servidores Correo]]></category>
		<category><![CDATA[qpsmtpd]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[pem file]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[stunnel]]></category>

		<guid isPermaLink="false">http://blog.landm.net/?p=102</guid>
		<description><![CDATA[If you want to use qpsmtpd in port 465 you have to use ssl. The easiest way to do it is following the qpsmtpd instructions: http://wiki.qpsmtpd.org/config:smtps. But you have to create a certificate.
This is the simpliest way to do it:

Use your favorite app manager for your linux distro. Install stunnel.
cd /etc/ssl (in debian) and generate [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to use qpsmtpd in port 465 you have to use ssl. The easiest way to do it is following the qpsmtpd instructions: <a title="smtps" href="http://wiki.qpsmtpd.org/config:smtps" target="_blank">http://wiki.qpsmtpd.org/config:smtps</a>. But you have to create a certificate.</p>
<p>This is the simpliest way to do it:</p>
<ol>
<li>Use your favorite app manager for your linux distro. Install stunnel.</li>
<li>cd /etc/ssl (in debian) and generate pem file.</li>
<li>$openssl req -new -x509 -days 3650 -nodes -config openssl.cnf -out stunnel.pem -keyout stunnel.pem</li>
<li>You have to fill in the next questions: Country Name, State or Province Name, Locality Name, Organization Name, Organizational Unit Name, Common Name and Email Address.</li>
<li>After this step you will have a stunnel.pem file.</li>
<li>$openssl gendh 512 &gt;&gt; stunnel.pem</li>
<li>This generates Diffie-Hellman parameters, and appends them to the pem file.</li>
<li>To check the process and verify the certificate is ok, type: &#8220;openssl x509 -subject -dates -fingerprint -in stunnel.pem&#8221; and check the information.</li>
</ol>
<p>After having generate the pem file, follow the instructions and you will have qpsmtpd runing in 465 port properly.</p>
<p>Remember the stunnel version is 3 or the wrapper for version 3 built in version 4.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.landm.net/2008/12/generate-pem-file-for-qpsmtpdssl-465/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
