<?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>The RoarinPenguin Techiezone &#187; OpenSSL and PKI</title>
	<atom:link href="http://techiezone.rottigni.net/category/openssl-and-pki/feed/" rel="self" type="application/rss+xml" />
	<link>http://techiezone.rottigni.net</link>
	<description>Notes, hints, tips... in one word: experience!</description>
	<lastBuildDate>Thu, 26 Jan 2012 03:17:58 +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>How do I sign a Certificate Request?</title>
		<link>http://techiezone.rottigni.net/2010/01/how-do-i-sign-a-certificate-request/</link>
		<comments>http://techiezone.rottigni.net/2010/01/how-do-i-sign-a-certificate-request/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 19:03:35 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[OpenSSL and PKI]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[sign]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2010/01/how-do-i-sign-a-certificate-request/</guid>
		<description><![CDATA[Quick not to myself since everytime I spend hours in searching it again. The command line is: openssl x509 –req –in &#60;path&#62;/&#60;certificate_request&#62;.csr&#160; –signkey &#60;path-to-CA-private-cert&#62;/CA-private-cert.pem –out &#60;path-to-certs-repository&#62;/signed-cert-name.pem Hopefully next time I do not have to search it again hours and hours Naturally this command required to have created the request before, and to have correctly setup [...]]]></description>
			<content:encoded><![CDATA[<p>Quick not to myself since everytime I spend hours in searching it again.</p>
<p>The command line is:</p>
<p>openssl x509 –req –in &lt;path&gt;/&lt;certificate_request&gt;.csr&#160; –signkey &lt;path-to-CA-private-cert&gt;/CA-private-cert.pem –out &lt;path-to-certs-repository&gt;/signed-cert-name.pem</p>
<p>Hopefully next time I do not have to search it again hours and hours <img src='http://techiezone.rottigni.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Naturally this command required to have created the request before, and to have correctly setup the CA… but there is documentation on the ‘Net concerning <a href="http://sial.org/howto/openssl/ca/" target="_blank">these two</a> <a href="http://www.madboa.com/geek/openssl/#cert-request" target="_blank">operations</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2010/01/how-do-i-sign-a-certificate-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

