<?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>Thu, 02 Sep 2010 18:58:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Generating 2048-bit CSR with OpenSSL &#124; BLOGS@DiGiTSS</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-11555</link>
		<dc:creator>Generating 2048-bit CSR with OpenSSL &#124; BLOGS@DiGiTSS</dc:creator>
		<pubDate>Sun, 06 Dec 2009 13:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-11555</guid>
		<description>[...] or either on Linux platforms. But if you really want to have pass-phrase then please refer to a previous post and replace it with 2048 or 4096 instead of 1024 which is being used in commands or just remove the [...]</description>
		<content:encoded><![CDATA[<p>[...] or either on Linux platforms. But if you really want to have pass-phrase then please refer to a previous post and replace it with 2048 or 4096 instead of 1024 which is being used in commands or just remove the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Jester</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-11279</link>
		<dc:creator>Brian Jester</dc:creator>
		<pubDate>Wed, 21 Oct 2009 01:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-11279</guid>
		<description>Thank you for the info on the unsecured version of the server key file on Windows Apache. </description>
		<content:encoded><![CDATA[<p>Thank you for the info on the unsecured version of the server key file on Windows Apache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Newbie</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-11278</link>
		<dc:creator>Newbie</dc:creator>
		<pubDate>Tue, 20 Oct 2009 21:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-11278</guid>
		<description>When i run the given below command i get an error 
req -new -key digitss.key -out digitss.csr -config openssl.cnf 
 
The error that i got is 
 
&quot;unable to load Private Key 
3720:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:.cryptoevpevp_enc.c:461: 
3720:error:0906A065:PEM routines:PEM_do_header:bad decrypt:.cryptopempem_lib.c:425: 
error in req&quot; </description>
		<content:encoded><![CDATA[<p>When i run the given below command i get an error</p>
<p>req -new -key digitss.key -out digitss.csr -config openssl.cnf</p>
<p>The error that i got is</p>
<p>&quot;unable to load Private Key</p>
<p>3720:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:.cryptoevpevp_enc.c:461:</p>
<p>3720:error:0906A065:PEM routines:PEM_do_header:bad decrypt:.cryptopempem_lib.c:425:</p>
<p>error in req&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: birco</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-10829</link>
		<dc:creator>birco</dc:creator>
		<pubDate>Thu, 07 May 2009 09:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-10829</guid>
		<description>Nevermind, my mistake... that&#039;ll teach me to skim over the instructions, I missed the part where it said to make a copy of openssl.cnf into the bin dir </description>
		<content:encoded><![CDATA[<p>Nevermind, my mistake&#8230; that&#039;ll teach me to skim over the instructions, I missed the part where it said to make a copy of openssl.cnf into the bin dir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: birco</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-10828</link>
		<dc:creator>birco</dc:creator>
		<pubDate>Thu, 07 May 2009 09:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-10828</guid>
		<description>Hey, i&#039;m having trouble using this command: 
 
req -new -key digitss.key -out digitss.csr -config openssl.cnf 
 
When i do I get the following error: 
 
error on line -1 of openssl.cnf 
3900:error:02001002:system library:fopen:no such file or directory:.cryptoioss_file.c:122:fopen(&#039;openssl.cnf&#039;,&#039;rb&#039;) 
3900:error:2006d080:BIO routines:BIO_new_file:no such file:.cryptoioss_file.c:125: 
3900:error:0e078072:configuration file routines:DEF_LOAD:no such file:.cryptoconfconf_def.c:197: 
error in req 
 
Any help would be greatly appreciated 
 
Birco </description>
		<content:encoded><![CDATA[<p>Hey, i&#039;m having trouble using this command:</p>
<p>req -new -key digitss.key -out digitss.csr -config openssl.cnf</p>
<p>When i do I get the following error:</p>
<p>error on line -1 of openssl.cnf</p>
<p>3900:error:02001002:system library:fopen:no such file or directory:.cryptoioss_file.c:122:fopen(&#039;openssl.cnf&#039;,&#039;rb&#039;)</p>
<p>3900:error:2006d080:BIO routines:BIO_new_file:no such file:.cryptoioss_file.c:125:</p>
<p>3900:error:0e078072:configuration file routines:DEF_LOAD:no such file:.cryptoconfconf_def.c:197:</p>
<p>error in req</p>
<p>Any help would be greatly appreciated</p>
<p>Birco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ex Girlfiend</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-10515</link>
		<dc:creator>Ex Girlfiend</dc:creator>
		<pubDate>Thu, 09 Apr 2009 13:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-10515</guid>
		<description>This is quite a up-to-date information. I think I&#039;ll share it on Facebook. </description>
		<content:encoded><![CDATA[<p>This is quite a up-to-date information. I think I&#039;ll share it on Facebook.</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-8817</link>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
		<pubDate>Tue, 17 Feb 2009 21:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-8817</guid>
		<description>Hi Sandeep, 
Then it will be called self signed test certificate.  
But as far as I know you need SSL for HTTPS:// and default port is 443. 
If you are using XAMPP then it comes with self-signed sample Certificates. 
You can find &quot;makecert.bat&quot; file under [X]:xamppapache directory which can generate Certificate for you with your own domain.key and domain.csr files. 
 
But in short the answer is YES you can have self-signed SSL certificates for your LOCALHOST. 
 
Let me know if there are any questions, where I can help. 
 
Ref URL:  &lt;a href=&quot;http://www.apachefriends.org/en/xampp.html&quot;&gt;http://www.apachefriends.org/en/xampp.html&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Hi Sandeep,<br />
Then it will be called self signed test certificate.<br />
But as far as I know you need SSL for <a href="HTTPS://">HTTPS://</a> and default port is 443.<br />
If you are using XAMPP then it comes with self-signed sample Certificates.<br />
You can find &quot;makecert.bat&quot; file under [X]:xamppapache directory which can generate Certificate for you with your own domain.key and domain.csr files. </p>
<p>But in short the answer is YES you can have self-signed SSL certificates for your LOCALHOST. </p>
<p>Let me know if there are any questions, where I can help. </p>
<p>Ref URL:  <a href="http://www.apachefriends.org/en/xampp.html">http://www.apachefriends.org/en/xampp.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandeep</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-8783</link>
		<dc:creator>sandeep</dc:creator>
		<pubDate>Mon, 16 Feb 2009 10:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-8783</guid>
		<description>Hi, 
 
What if i am not having any domain name or Common Name (eg, YOUR name), but still i want to generate CSR for my http://localhost:8080 and test it locally. How can I do this? 
 
thanks  
Sandeep </description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>What if i am not having any domain name or Common Name (eg, YOUR name), but still i want to generate CSR for my <a href="http://localhost:8080">http://localhost:8080</a> and test it locally. How can I do this?</p>
<p>thanks </p>
<p>Sandeep</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhav vyas</title>
		<link>http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-file-with-apache-openssl/comment-page-1/#comment-1977</link>
		<dc:creator>Madhav vyas</dc:creator>
		<pubDate>Mon, 11 Aug 2008 12:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/apache/how-to-generate-certificate-signing-request-csr-files-with-apache-openssl/#comment-1977</guid>
		<description>Great,
Really very useful to developer...

Thanks
Dharmavir</description>
		<content:encoded><![CDATA[<p>Great,<br />
Really very useful to developer&#8230;</p>
<p>Thanks<br />
Dharmavir</p>
]]></content:encoded>
	</item>
</channel>
</rss>
