<?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>Ideas.... &#187; SSL</title>
	<atom:link href="http://rosalynmetz.com/ideas/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://rosalynmetz.com/ideas</link>
	<description>a blog for me to record thoughts and ideas</description>
	<lastBuildDate>Thu, 14 Apr 2011 17:56:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Apache, SSL, and Annoying Password on Restart</title>
		<link>http://rosalynmetz.com/ideas/2009/06/26/apache-ssl-and-annoying-password-on-restart/</link>
		<comments>http://rosalynmetz.com/ideas/2009/06/26/apache-ssl-and-annoying-password-on-restart/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 18:06:36 +0000</pubDate>
		<dc:creator>Rosalyn Metz</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://rosalynmetz.com/ideas/?p=651</guid>
		<description><![CDATA[So I have a server with an SSL cert.  It requires a passphrase every time I restart.  This is slightly annoying.  So one of my coworkers recommended the following: create a simple perl script that prints the password in the &#8230; <a href="http://rosalynmetz.com/ideas/2009/06/26/apache-ssl-and-annoying-password-on-restart/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I have a server with an SSL cert.  It requires a passphrase every time I restart.  This is slightly annoying.  So one of my coworkers recommended the following:</p>
<ol>
<li>create a simple perl script that prints the password</li>
<li>in the ssl.conf file change <em>SSLPassPhraseDialog builtin</em> to <em>SSLPassPhraseDialog exec:/location/to/passphrase.pl</em></li>
<li>restart apache</li>
</ol>
<p>It works beautifully.  I am of course writing this down because I will forget what he told me in like 5 minutes.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Frosalynmetz.com%2Fideas%2F2009%2F06%2F26%2Fapache-ssl-and-annoying-password-on-restart%2F&amp;title=Apache%2C%20SSL%2C%20and%20Annoying%20Password%20on%20Restart" id="wpa2a_2">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://rosalynmetz.com/ideas/2009/06/26/apache-ssl-and-annoying-password-on-restart/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

