<?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: How to generate Certificate Signing Request (CSR) file with Apache OpenSSL</title>
	<atom:link href="http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/</link>
	<description>DiGiTSS Team&#039;s Programming experience with PHP, MySQL, Ajax, Javascript, jQuery, C# and Microsoft technologies</description>
	<lastBuildDate>Sun, 14 Aug 2011 04:51:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: ajay</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-13839</link>
		<dc:creator>ajay</dc:creator>
		<pubDate>Sun, 07 Aug 2011 11:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-13839</guid>
		<description>it is good . good article easy to understand  
thanks. 
 
 </description>
		<content:encoded><![CDATA[<p>it is good . good article easy to understand<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-13446</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Sun, 27 Mar 2011 01:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-13446</guid>
		<description>Hi im trying to follow this tutorial also and i would like to know if im able to be my own CA perfoming the following here  &lt;a href=&quot;http://:http://www.davidpashley.com/articles/cert-authority.html&quot;&gt;:http://www.davidpashley.com/articles/cert-authority.html&lt;/a&gt; 
 
Is this possible? 
 
I keep reciving the following error : 
 
OpenSSL&gt; req -nodes -config c:openssl-w64inopenssl.cnf -days 1825 -x509 -newkey rsa:10 
24 -out c:openssl-win64inCApublicoot.pem -outform PEM 
error on line -1 of c:openssl-w64inopenssl.cnf 
7932:error:02001003:system library:fopen:No such process:.cryptoioss_file.c:169:fopen 
(&#039;c:openssl-w64inopenssl.cnf&#039;,&#039;rb&#039;) 
7932:error:2006D080:BIO routines:BIO_new_file:no such file:.cryptoioss_file.c:172: 
7932:error:0E078072:configuration file routines:DEF_LOAD:no such file:.cryptoconfconf_d 
ef.c:197: 
error in req 
 
Dose anyone know what i am doing wrong? </description>
		<content:encoded><![CDATA[<p>Hi im trying to follow this tutorial also and i would like to know if im able to be my own CA perfoming the following here  <a href="http://:http://www.davidpashley.com/articles/cert-authority.html">:http://www.davidpashley.com/articles/cert-authority.html</a> </p>
<p>Is this possible? </p>
<p>I keep reciving the following error : </p>
<p>OpenSSL&gt; req -nodes -config c:openssl-w64inopenssl.cnf -days 1825 -x509 -newkey rsa:10<br />
24 -out c:openssl-win64inCApublic<br />
oot.pem -outform PEM<br />
error on line -1 of c:openssl-w64inopenssl.cnf<br />
7932:error:02001003:system library:fopen:No such process:.cryptoioss_file.c:169:fopen<br />
(&#039;c:openssl-w64inopenssl.cnf&#039;,&#039;rb&#039;)<br />
7932:error:2006D080:BIO routines:BIO_new_file:no such file:.cryptoioss_file.c:172:<br />
7932:error:0E078072:configuration file routines:DEF_LOAD:no such file:.cryptoconfconf_d<br />
ef.c:197:<br />
error in req </p>
<p>Dose anyone know what i am doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmavirsinh Jhala</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-13241</link>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
		<pubDate>Sun, 23 Jan 2011 05:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-13241</guid>
		<description>Yes you are correct. We gotta submit CSR file to CSA (Certificate Signing Authority)  </description>
		<content:encoded><![CDATA[<p>Yes you are correct. We gotta submit CSR file to CSA (Certificate Signing Authority)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Sorell</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-13236</link>
		<dc:creator>Steve Sorell</dc:creator>
		<pubDate>Sat, 22 Jan 2011 14:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-13236</guid>
		<description>This help I have gotten it submitted and received my certificate. Thanks for your comments and help and for an excellent tutorial on where and how to set up the CSR </description>
		<content:encoded><![CDATA[<p>This help I have gotten it submitted and received my certificate. Thanks for your comments and help and for an excellent tutorial on where and how to set up the CSR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Sorell</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-13235</link>
		<dc:creator>Steve Sorell</dc:creator>
		<pubDate>Sat, 22 Jan 2011 13:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-13235</guid>
		<description>So if I am understanding you then it is the file that is submitted rather then pasting the information in. </description>
		<content:encoded><![CDATA[<p>So if I am understanding you then it is the file that is submitted rather then pasting the information in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmavirsinh Jhala</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-13234</link>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
		<pubDate>Sat, 22 Jan 2011 09:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-13234</guid>
		<description>Steve,  
  
You can to submit this CSR file to Certificate Signing Authority like GoDaddy, VeriSign, thawte and many others, if you already have site hosted with some hosting company they can help you out getting SSL Certificate from CSR.  
  
Let me know if this does not help.  </description>
		<content:encoded><![CDATA[<p>Steve,  </p>
<p>You can to submit this CSR file to Certificate Signing Authority like GoDaddy, VeriSign, thawte and many others, if you already have site hosted with some hosting company they can help you out getting SSL Certificate from CSR.  </p>
<p>Let me know if this does not help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Sorell</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-13232</link>
		<dc:creator>Steve Sorell</dc:creator>
		<pubDate>Sat, 22 Jan 2011 05:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-13232</guid>
		<description>I have used this tutorial to create my csr but I dont understand how I can get the csr submitted or what I need to do to submit is as in thawte and veri sign it has a cut and paste window so what do I need to put here or how do I submit it. also is their anyway I can open and read the csr. </description>
		<content:encoded><![CDATA[<p>I have used this tutorial to create my csr but I dont understand how I can get the csr submitted or what I need to do to submit is as in thawte and veri sign it has a cut and paste window so what do I need to put here or how do I submit it. also is their anyway I can open and read the csr.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmavirsinh Jhala</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-12267</link>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
		<pubDate>Thu, 18 Nov 2010 19:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-12267</guid>
		<description>Hi Ben,  
  
It&#039;s highly possible that your setup might not have that file around somehow.  
Now you should try downloading XAMPP from following URL and then give it a try.  &lt;a href=&quot;http://www.apachefriends.org/en/xampp-windows.html&quot;&gt;http://www.apachefriends.org/en/xampp-windows.htm...&lt;/a&gt;  
  
You can download sample openssl.cnf file from following location and give it a quick try.  &lt;a href=&quot;http://blogs.digitss.com/archives/openssl.cnf&quot;&gt;http://blogs.digitss.com/archives/openssl.cnf&lt;/a&gt;  
If it does not work just download xampp and follow step you should be through.  
  
Let me know if it does not help.  </description>
		<content:encoded><![CDATA[<p>Hi Ben,  </p>
<p>It&#039;s highly possible that your setup might not have that file around somehow.<br />
Now you should try downloading XAMPP from following URL and then give it a try.  <a href="http://www.apachefriends.org/en/xampp-windows.html">http://www.apachefriends.org/en/xampp-windows.htm&#8230;</a>  </p>
<p>You can download sample openssl.cnf file from following location and give it a quick try.  <a href="http://blogs.digitss.com/archives/openssl.cnf">http://blogs.digitss.com/archives/openssl.cnf</a><br />
If it does not work just download xampp and follow step you should be through.  </p>
<p>Let me know if it does not help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Lake</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-12265</link>
		<dc:creator>Ben Lake</dc:creator>
		<pubDate>Thu, 18 Nov 2010 16:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-12265</guid>
		<description>Very nice tutorial, probably the best ive seen. 
I have a question that you may be able to help me with. 
 
I have setup a certificate using openssl and i need to generate a new csr however openssl in returning the following: 
 
Warning: Cannot open config file: d:	estopenssl1098iopenssl.cnf 
 
I know this is an error meaning the file cannot be found but i have no idea how to administer openssl and the openssl.cnf file does not seem to be located on the server anymore. Further more to root provided above does not exist as i only have a single C: drive, so im not sure where that root has appeared from. Any help would be greatly appreciated 
 
Thanks Ben </description>
		<content:encoded><![CDATA[<p>Very nice tutorial, probably the best ive seen.<br />
I have a question that you may be able to help me with. </p>
<p>I have setup a certificate using openssl and i need to generate a new csr however openssl in returning the following: </p>
<p>Warning: Cannot open config file: d:	estopenssl1098iopenssl.cnf </p>
<p>I know this is an error meaning the file cannot be found but i have no idea how to administer openssl and the openssl.cnf file does not seem to be located on the server anymore. Further more to root provided above does not exist as i only have a single C: drive, so im not sure where that root has appeared from. Any help would be greatly appreciated </p>
<p>Thanks Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmavirsinh Jhala</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-12190</link>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
		<pubDate>Wed, 27 Oct 2010 04:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-12190</guid>
		<description>Robert file will be under your apache/bin directory by default unless we specify different location.  
In any command based operation if you don&#039;t specify it will refer to current location/directory only.  </description>
		<content:encoded><![CDATA[<p>Robert file will be under your apache/bin directory by default unless we specify different location.<br />
In any command based operation if you don&#039;t specify it will refer to current location/directory only.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.393 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2011-08-17 18:41:22 -->

