<?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: CentOS / Redhat Apache mod_ssl Configuration</title> <atom:link href="http://www.cyberciti.biz/faq/rhel-apache-httpd-mod-ssl-tutorial/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/rhel-apache-httpd-mod-ssl-tutorial/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Henry Truong</title><link>http://www.cyberciti.biz/faq/rhel-apache-httpd-mod-ssl-tutorial/#comment-63495</link> <dc:creator>Henry Truong</dc:creator> <pubDate>Thu, 13 Oct 2011 23:53:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5816#comment-63495</guid> <description>I got the same error too.
any one get this to work?
[root@vm6-swqa private]# openssl ca -in apachekey.csr -out apachecert.pem
Using configuration from /etc/pki/tls/openssl.cnf
Error opening CA private key ../../CA/private/cakey.pem
4525:error:02001002:system library:fopen:No such file or directory:bss_file.c:352:fopen(&#039;../../CA/private/cakey.pem&#039;,&#039;r&#039;)
4525:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:354:
unable to load CA private key
Thanks</description> <content:encoded><![CDATA[<p>I got the same error too.<br
/> any one get this to work?</p><p>[root@vm6-swqa private]# openssl ca -in apachekey.csr -out apachecert.pem<br
/> Using configuration from /etc/pki/tls/openssl.cnf<br
/> Error opening CA private key ../../CA/private/cakey.pem<br
/> 4525:error:02001002:system library:fopen:No such file or directory:bss_file.c:352:fopen(&#8216;../../CA/private/cakey.pem&#8217;,'r&#8217;)<br
/> 4525:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:354:<br
/> unable to load CA private key</p><p>Thanks</p> ]]></content:encoded> </item> <item><title>By: Subbu</title><link>http://www.cyberciti.biz/faq/rhel-apache-httpd-mod-ssl-tutorial/#comment-63077</link> <dc:creator>Subbu</dc:creator> <pubDate>Mon, 03 Oct 2011 06:51:05 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5816#comment-63077</guid> <description>Same error as above
Unable to load CA private key</description> <content:encoded><![CDATA[<p>Same error as above</p><p>Unable to load CA private key</p> ]]></content:encoded> </item> <item><title>By: rinku</title><link>http://www.cyberciti.biz/faq/rhel-apache-httpd-mod-ssl-tutorial/#comment-61235</link> <dc:creator>rinku</dc:creator> <pubDate>Tue, 02 Aug 2011 16:16:40 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5816#comment-61235</guid> <description>i am getting same error as above
$ openssl ca -in apachekey.csr -out apachecert.pem
Using configuration from /etc/pki/tls/openssl.cnf
Error opening CA private key /etc/pki/CA/private/cakey.pem
3075090140:error:02001002:system library:fopen:No such file or directory:bss_file.c:355:fopen(‘/etc/pki/CA/private/cakey.pem’,&#039;r’)
3075090140:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:357:
unable to load CA private key</description> <content:encoded><![CDATA[<p>i am getting same error as above<br
/> $ openssl ca -in apachekey.csr -out apachecert.pem</p><p>Using configuration from /etc/pki/tls/openssl.cnf<br
/> Error opening CA private key /etc/pki/CA/private/cakey.pem<br
/> 3075090140:error:02001002:system library:fopen:No such file or directory:bss_file.c:355:fopen(‘/etc/pki/CA/private/cakey.pem’,&#8217;r’)<br
/> 3075090140:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:357:<br
/> unable to load CA private key</p> ]]></content:encoded> </item> <item><title>By: chris</title><link>http://www.cyberciti.biz/faq/rhel-apache-httpd-mod-ssl-tutorial/#comment-60470</link> <dc:creator>chris</dc:creator> <pubDate>Mon, 04 Jul 2011 20:02:45 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5816#comment-60470</guid> <description>I am getting an error message when I type the following command
$ openssl ca -in apachekey.csr -out apachecert.pem
Using configuration from /etc/pki/tls/openssl.cnf
Error opening CA private key /etc/pki/CA/private/cakey.pem
3075090140:error:02001002:system library:fopen:No such file or directory:bss_file.c:355:fopen(&#039;/etc/pki/CA/private/cakey.pem&#039;,&#039;r&#039;)
3075090140:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:357:
unable to load CA private key</description> <content:encoded><![CDATA[<p>I am getting an error message when I type the following command<br
/> $ openssl ca -in apachekey.csr -out apachecert.pem</p><p>Using configuration from /etc/pki/tls/openssl.cnf<br
/> Error opening CA private key /etc/pki/CA/private/cakey.pem<br
/> 3075090140:error:02001002:system library:fopen:No such file or directory:bss_file.c:355:fopen(&#8216;/etc/pki/CA/private/cakey.pem&#8217;,'r&#8217;)<br
/> 3075090140:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:357:<br
/> unable to load CA private key</p> ]]></content:encoded> </item> <item><title>By: StEwert</title><link>http://www.cyberciti.biz/faq/rhel-apache-httpd-mod-ssl-tutorial/#comment-55565</link> <dc:creator>StEwert</dc:creator> <pubDate>Sat, 12 Feb 2011 13:41:02 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5816#comment-55565</guid> <description>If you don&#039;t want to enter the passphrase for the cert key you must do following:
1. cd /etc/httpd/conf/ssl.key/
2. cp apachekey.pem apachekey.pem.cryp
3. openssl rsa -in apachekey.pem.cryp -out apachekey.pem
4. chmod go-rw apachekey.pem
5. rm apachekey.pem.cryp
But you must know that the private key of your certificate is then not protected by a password!</description> <content:encoded><![CDATA[<p>If you don&#8217;t want to enter the passphrase for the cert key you must do following:</p><p>1. cd /etc/httpd/conf/ssl.key/<br
/> 2. cp apachekey.pem apachekey.pem.cryp<br
/> 3. openssl rsa -in apachekey.pem.cryp -out apachekey.pem<br
/> 4. chmod go-rw apachekey.pem<br
/> 5. rm apachekey.pem.cryp</p><p>But you must know that the private key of your certificate is then not protected by a password!</p> ]]></content:encoded> </item> <item><title>By: s</title><link>http://www.cyberciti.biz/faq/rhel-apache-httpd-mod-ssl-tutorial/#comment-45692</link> <dc:creator>s</dc:creator> <pubDate>Tue, 26 Jan 2010 23:44:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5816#comment-45692</guid> <description>Very useful article! thanks!
BTW, there should be a &quot;_&quot; in the &quot;HTTP_HOST&quot; in this line from the example for httpd.conf
&lt;code&gt;
SSLRequire %{HTTP HOST} eq &quot;www.nixcraft.com&quot;
&lt;/code&gt;</description> <content:encoded><![CDATA[<p>Very useful article! thanks!</p><p>BTW, there should be a &#8220;_&#8221; in the &#8220;HTTP_HOST&#8221; in this line from the example for httpd.conf<br
/> <code><br
/> SSLRequire %{HTTP HOST} eq "www.nixcraft.com"<br
/> </code></p> ]]></content:encoded> </item> <item><title>By: Stuart</title><link>http://www.cyberciti.biz/faq/rhel-apache-httpd-mod-ssl-tutorial/#comment-45648</link> <dc:creator>Stuart</dc:creator> <pubDate>Wed, 20 Jan 2010 15:48:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5816#comment-45648</guid> <description>Great areical.  Thanks for taking the time to write.
Stu</description> <content:encoded><![CDATA[<p>Great areical.  Thanks for taking the time to write.</p><p>Stu</p> ]]></content:encoded> </item> <item><title>By: Otto</title><link>http://www.cyberciti.biz/faq/rhel-apache-httpd-mod-ssl-tutorial/#comment-45289</link> <dc:creator>Otto</dc:creator> <pubDate>Wed, 23 Dec 2009 21:05:43 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5816#comment-45289</guid> <description>Excellent!! I tried this on CentOS 5.4 and it worked fine. Thank you a lot for posting this information.
Thank you!</description> <content:encoded><![CDATA[<p>Excellent!! I tried this on CentOS 5.4 and it worked fine. Thank you a lot for posting this information.</p><p>Thank you!</p> ]]></content:encoded> </item> <item><title>By: anonymous</title><link>http://www.cyberciti.biz/faq/rhel-apache-httpd-mod-ssl-tutorial/#comment-44864</link> <dc:creator>anonymous</dc:creator> <pubDate>Tue, 24 Nov 2009 14:13:50 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5816#comment-44864</guid> <description>This article is really helpful. Can you post article about kerberos+openldap+openafs or nfs4 with selinux enabled in CentOS.</description> <content:encoded><![CDATA[<p>This article is really helpful. Can you post article about kerberos+openldap+openafs or nfs4 with selinux enabled in CentOS.</p> ]]></content:encoded> </item> <item><title>By: kubrick</title><link>http://www.cyberciti.biz/faq/rhel-apache-httpd-mod-ssl-tutorial/#comment-44809</link> <dc:creator>kubrick</dc:creator> <pubDate>Sat, 21 Nov 2009 11:49:13 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=5816#comment-44809</guid> <description>I&#039;ve found an article about mod_ssl for Debian systems.
I think it could be useful too.
http://www.debian-administration.org/articles/31
Cheers!</description> <content:encoded><![CDATA[<p>I&#8217;ve found an article about mod_ssl for Debian systems.<br
/> I think it could be useful too.</p><p><a
href="http://www.debian-administration.org/articles/31" rel="nofollow">http://www.debian-administration.org/articles/31</a></p><p>Cheers!</p> ]]></content:encoded> </item> </channel> </rss>
