<?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>kb.hurricane-ridge.com &#187; openssl</title>
	<atom:link href="http://kb.hurricane-ridge.com/tag/openssl/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:49:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Selecting Ciphers in Sendmail</title>
		<link>http://kb.hurricane-ridge.com/daemons/sendmail-daemons/selecting-ciphers-in-sendmail</link>
		<comments>http://kb.hurricane-ridge.com/daemons/sendmail-daemons/selecting-ciphers-in-sendmail#comments</comments>
		<pubDate>Thu, 20 Jan 2011 22:40:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sendmail]]></category>
		<category><![CDATA[cipherlist]]></category>
		<category><![CDATA[mta]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[starttls]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=1036</guid>
		<description><![CDATA[The best reference that I&#8217;m aware of for this used to be at http://sial.org/howto/sendmail/cipherlist/ &#8211; but DNS to that site is currently broken. The site can be reached by IP address, at least for the time being. Distilled instructions: Assuming you are building from source, add the following to your site.config.m4: Next, rebuild the Sendmail [...]]]></description>
			<content:encoded><![CDATA[<p>The best reference that I&#8217;m aware of for this used to be at http://sial.org/howto/sendmail/cipherlist/ &#8211; but DNS to that site is currently broken.  The <a href="http://72.14.189.113/howto/sendmail/cipherlist/">site</a> can be reached by IP address, at least for the time being.</p>
<p>Distilled instructions:</p>
<ul>
<li>Assuming you are building from source, add the following to your <a href="https://gist.github.com/788662">site.config.m4</a>:
<pre class="brush: plain; light: true; title: ; notranslate">
APPENDDEF(`confENVDEF', `-D_FFR_TLS_1')
</pre>
</li>
<li>Next, rebuild the Sendmail binary; when finished, add the following to your <a href="https://gist.github.com/788659">sendmail.mc</a> and rebuild your sendmail.cf:
<pre class="brush: plain; light: true; title: ; notranslate">
LOCAL_CONFIG
O CipherList=DH
</pre>
<p>(Assuming, for whatever reasons, you want to limit ciphers to Diffie-Hellman varieties.  Adjust as necessary.)
</li>
</ul>
<p>You can verify your CipherList values using OpenSSL:</p>
<pre class="brush: plain; light: true; title: ; notranslate">
&gt; openssl ciphers DH
ADH-AES256-SHA:DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:ADH-AES128-SHA:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA:ADH-DES-CBC3-SHA:ADH-DES-CBC-SHA:EXP-ADH-DES-CBC-SHA:ADH-RC4-MD5:EXP-ADH-RC4-MD5:EDH-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC-SHA:EXP-EDH-RSA-DES-CBC-SHA:EDH-DSS-DES-CBC3-SHA:EDH-DSS-DES-CBC-SHA:EXP-EDH-DSS-DES-CBC-SHA
</pre>
<p>Tested against Sendmail 8.14.1.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/daemons/sendmail-daemons/selecting-ciphers-in-sendmail/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating Crypted Passwords for Kickstart Files</title>
		<link>http://kb.hurricane-ridge.com/os/linux/rhel/generating-crypted-passwords-for-kickstart-files</link>
		<comments>http://kb.hurricane-ridge.com/os/linux/rhel/generating-crypted-passwords-for-kickstart-files#comments</comments>
		<pubDate>Mon, 04 Oct 2010 17:38:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Red Hat Enterprise Linux]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[kickstart]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=992</guid>
		<description><![CDATA[For Red Hat or clones, or ESX/ESXi, use &#8220;grub-md5-crypt&#8221;: Copy and paste to &#8220;rootpw &#8211;iscrypted&#8221; as appropriate.]]></description>
			<content:encoded><![CDATA[<p>For Red Hat or clones, or ESX/ESXi, use &#8220;grub-md5-crypt&#8221;:</p>
<pre class="brush: plain; light: true; title: ; notranslate">
&gt; grub-md5-crypt
Password:
Retype password:
$1$KnYGn/$wOAmKuQH3KP35XRjWiUpX/
</pre>
<p>Copy and paste to &#8220;rootpw &#8211;iscrypted&#8221; as appropriate.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/os/linux/rhel/generating-crypted-passwords-for-kickstart-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate a CSR from a Private RSA Key</title>
		<link>http://kb.hurricane-ridge.com/applications/generate-a-csr-from-a-private-rsa-key</link>
		<comments>http://kb.hurricane-ridge.com/applications/generate-a-csr-from-a-private-rsa-key#comments</comments>
		<pubDate>Thu, 15 Jan 2009 21:49:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[openssl]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=133</guid>
		<description><![CDATA[To generate the CSR, do the following: openssl req -new -nodes -key host.key -out host.csr See also: Generating Certificate Signing Requests.]]></description>
			<content:encoded><![CDATA[<p>To generate the CSR, do the following:</p>
<p><code>openssl req -new -nodes -key host.key -out host.csr</code></p>
<p>See also: <a href="http://kb.hurricane-ridge.com/applications/create-a-self-signed-certificate-with-openssl">Generating Certificate Signing Requests</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/applications/generate-a-csr-from-a-private-rsa-key/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Self-Signed Certificate with OpenSSL</title>
		<link>http://kb.hurricane-ridge.com/applications/create-a-self-signed-certificate-with-openssl</link>
		<comments>http://kb.hurricane-ridge.com/applications/create-a-self-signed-certificate-with-openssl#comments</comments>
		<pubDate>Thu, 15 Jan 2009 21:44:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[openssl]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=129</guid>
		<description><![CDATA[To create a self-signed certificate for internal or testing use, enter the following commands: openssl genrsa 1024 &#62; host.key openssl req -new -x509 -nodes -sha1 -days 1825 -key host.key &#62; host.cert]]></description>
			<content:encoded><![CDATA[<p>To create a self-signed certificate for internal or testing use, enter the following commands:</p>
<p><code>openssl genrsa 1024 &gt; host.key<br />
openssl req -new -x509 -nodes -sha1 -days 1825 -key host.key &gt; host.cert</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/applications/create-a-self-signed-certificate-with-openssl/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

