<?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: OpenSSL CA</title>
	<atom:link href="http://therning.org/magnus/archives/35/feed" rel="self" type="application/rss+xml" />
	<link>http://therning.org/magnus/archives/35</link>
	<description>Incoherent mumblings</description>
	<lastBuildDate>Wed, 08 Aug 2012 00:21:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Magnus</title>
		<link>http://therning.org/magnus/archives/35/comment-page-1#comment-188394</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Wed, 09 Sep 2009 11:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=35#comment-188394</guid>
		<description><![CDATA[&lt;p&gt;The following commands are useful at times:&lt;/p&gt;

&lt;p&gt;To remove the passphrase on the private key:&lt;/p&gt;

&lt;pre lang=&quot;bash&quot;&gt;
% openssl rsa -in svc01_priv.pem -out svc01_priv_nopp.pem
&lt;/pre&gt;

&lt;p&gt;To combine the private key and certificate into one file (e.g. to use with stunnel):&lt;/p&gt;

&lt;pre lang=&quot;bash&quot;&gt;
% cp svc01_priv_nopp.pem svc01_full.pem
% openssl x509 -in svc01.pem &gt;&gt; svc01_full.pem
&lt;/pre&gt;
]]></description>
		<content:encoded><![CDATA[<p>The following commands are useful at times:</p>

<p>To remove the passphrase on the private key:</p>


<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">%</span> openssl rsa <span style="color: #660033;">-in</span> svc01_priv.pem <span style="color: #660033;">-out</span> svc01_priv_nopp.pem</pre></td></tr></table></div>




<p>To combine the private key and certificate into one file (e.g. to use with stunnel):</p>


<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">%</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> svc01_priv_nopp.pem svc01_full.pem
<span style="color: #000000; font-weight: bold;">%</span> openssl x509 <span style="color: #660033;">-in</span> svc01.pem <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> svc01_full.pem</pre></td></tr></table></div>



]]></content:encoded>
	</item>
</channel>
</rss>
