<?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 Self-Signed CA</title>
	<atom:link href="http://langui.sh/2009/01/18/openssl-self-signed-ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://langui.sh/2009/01/18/openssl-self-signed-ca/</link>
	<description>Fun hacks, WP plugins, photography, and PKI junk.  Languishing since 2008.</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:37:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Axion</title>
		<link>http://langui.sh/2009/01/18/openssl-self-signed-ca/comment-page-1/#comment-3307</link>
		<dc:creator>Axion</dc:creator>
		<pubDate>Tue, 22 Jun 2010 03:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://langui.sh/?p=62#comment-3307</guid>
		<description>Paul, thanks for the tutorial.  This has been by far the biggest help.  I am running into one issue however.  The instructions above require you to create a csr and a key.  However, in Exchange 2010 (and 2010), the CSR is created for you by Exchange Server.  Is there a way to use the Exchange csr to generate a key?  I&#039;m at a standstill as Exchange doesn&#039;t see my cert as valid.

Thanks!</description>
		<content:encoded><![CDATA[<p>Paul, thanks for the tutorial.  This has been by far the biggest help.  I am running into one issue however.  The instructions above require you to create a csr and a key.  However, in Exchange 2010 (and 2010), the CSR is created for you by Exchange Server.  Is there a way to use the Exchange csr to generate a key?  I&#8217;m at a standstill as Exchange doesn&#8217;t see my cert as valid.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satish</title>
		<link>http://langui.sh/2009/01/18/openssl-self-signed-ca/comment-page-1/#comment-539</link>
		<dc:creator>satish</dc:creator>
		<pubDate>Wed, 17 Jun 2009 11:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://langui.sh/?p=62#comment-539</guid>
		<description>hi , 
 i am also receiving the same error,
 where is the file : certindex file  located , i didnt find the file.
pls help me 

thanks,
Satish</description>
		<content:encoded><![CDATA[<p>hi ,<br />
 i am also receiving the same error,<br />
 where is the file : certindex file  located , i didnt find the file.<br />
pls help me </p>
<p>thanks,<br />
Satish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tekion</title>
		<link>http://langui.sh/2009/01/18/openssl-self-signed-ca/comment-page-1/#comment-391</link>
		<dc:creator>tekion</dc:creator>
		<pubDate>Wed, 27 May 2009 22:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://langui.sh/?p=62#comment-391</guid>
		<description>hi,  I know you can create a regular self signed certificate without having to roll your own CA and signing the certificate with it.  I am wondering you need to roll your CA and signing the SAN certificate request yourself.  Can you not just roll a self signed SAN certificate without having to sign it with your custom CA? thanks.</description>
		<content:encoded><![CDATA[<p>hi,  I know you can create a regular self signed certificate without having to roll your own CA and signing the certificate with it.  I am wondering you need to roll your CA and signing the SAN certificate request yourself.  Can you not just roll a self signed SAN certificate without having to sign it with your custom CA? thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Kehrer</title>
		<link>http://langui.sh/2009/01/18/openssl-self-signed-ca/comment-page-1/#comment-230</link>
		<dc:creator>Paul Kehrer</dc:creator>
		<pubDate>Thu, 02 Apr 2009 18:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://langui.sh/?p=62#comment-230</guid>
		<description>This error is caused when your certindex file is not completely empty.  Check inside the file and if there is any char (including a space) remove it and save.  On linux you can just remove the existing file and touch a new one.</description>
		<content:encoded><![CDATA[<p>This error is caused when your certindex file is not completely empty.  Check inside the file and if there is any char (including a space) remove it and save.  On linux you can just remove the existing file and touch a new one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gautham</title>
		<link>http://langui.sh/2009/01/18/openssl-self-signed-ca/comment-page-1/#comment-229</link>
		<dc:creator>Gautham</dc:creator>
		<pubDate>Thu, 02 Apr 2009 12:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://langui.sh/?p=62#comment-229</guid>
		<description>Hi,

I was trying self signed root certificate as per your instructions...

but i got some error when i tried creating certificate using command:

openssl ca -batch -config /Users/gautham/myca.conf -notext -in req.csr -out /Users/gautham/ourdomain.cer


Error: 
Using configuration from /Users/gautham/myca.conf
wrong number of fields on line 1 (looking for field 6, got 1, &#039;&#039; left)

Please Reply regarding this if you have any idea..

Thanks and Regards,
Gautham</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was trying self signed root certificate as per your instructions&#8230;</p>
<p>but i got some error when i tried creating certificate using command:</p>
<p>openssl ca -batch -config /Users/gautham/myca.conf -notext -in req.csr -out /Users/gautham/ourdomain.cer</p>
<p>Error:<br />
Using configuration from /Users/gautham/myca.conf<br />
wrong number of fields on line 1 (looking for field 6, got 1, &#8221; left)</p>
<p>Please Reply regarding this if you have any idea..</p>
<p>Thanks and Regards,<br />
Gautham</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 1/8 queries in 0.004 seconds using memcached
Object Caching 377/378 objects using memcached

Served from: langui.sh @ 2012-02-07 07:00:04 -->
