<?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>蜗牛的家 &#187; linux</title>
	<atom:link href="http://www.genepeng.cn/index.php/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.genepeng.cn</link>
	<description></description>
	<lastBuildDate>Wed, 30 Nov 2011 14:52:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CentOS 5安装ssl</title>
		<link>http://www.genepeng.cn/index.php/90</link>
		<comments>http://www.genepeng.cn/index.php/90#comments</comments>
		<pubDate>Tue, 12 May 2009 15:29:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.genepeng.cn/?p=90</guid>
		<description><![CDATA[以root身份进入控制台，进入下面命令： ~]# yum -y install mod_ssl ~]# cd /etc/pki/tls/certs/ certs]# make server.key certs]# openssl rsa -in server.key -out server.key certs]# make server.csr certs]# openssl x509 -in server.csr -out server.pem -req -signkey server.key -days 365 certs]# chmod 400 server.* certs]# vi /etc/httpd/conf.d/ssl.conf SSLCertificateFile /etc/pki/tls/certs/server.pem　←　追加 SSLCertificateKeyFile /etc/pki/tls/certs/server.key ← 追加 成功！ 更多可参照：http://www.centospub.com/make/ssl.html（该页面教程基于CentOS4.4，所以与上面步骤和命令略有不同）。]]></description>
		<wfw:commentRss>http://www.genepeng.cn/index.php/90/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

