<?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>Linux infrastructure support and bash scripting, Unix/Linux System administration &#187; Others</title>
	<atom:link href="http://sysadminupdates.com/blog/category/others/feed/" rel="self" type="application/rss+xml" />
	<link>http://sysadminupdates.com/blog</link>
	<description>Linux infrastructure support and bash scripting, Unix/Linux System administration</description>
	<lastBuildDate>Fri, 03 Sep 2010 03:12:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Steps to create SSL certificate</title>
		<link>http://sysadminupdates.com/blog/2010/03/03/steps-to-create-ssl-certificate/</link>
		<comments>http://sysadminupdates.com/blog/2010/03/03/steps-to-create-ssl-certificate/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 14:55:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux Operating System]]></category>
		<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://sysadminupdates.com/blog/?p=18</guid>
		<description><![CDATA[ssl certificate. ]]></description>
			<content:encoded><![CDATA[<p>Change directory to conf/cert of your Apache SSL instance home</p>
<p>Generate key and CSR using the CN as the name of the web-site this apache instance will host. (Check the end of the doc to create csr)</p>
<p>Now you will have to give this CSR to the <a title="Third party SSL provider companies" href="http://www.google.com/search?q=ssl+certificate+providers&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a" target="_blank">third party company and purchase the SSL certificate from them. </a></p>
<p>Steps to follow once we get the signed certificate:</p>
<div>Take the backup of previous certificate and then copy</div>
<div>EntrustSecureServerCA.crt</div>
<div>TrustedSecureCertificateAuthority.crt</div>
<div>
<p>ssl_home_ge_com.crt and replace the MY_SERVER1.key ( which gets created from step 3)</p>
<p>Restart the apachessl after all the changes. To use this certificate on other server2 , copy all the certificates there and rename MY_SERVER1.key to MY_SERVER2.key )</p>
<p># openssl req -new -nodes -keyout MY_SERVER1.key -out MY_SERVER1csr</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://sysadminupdates.com/blog/2010/03/03/steps-to-create-ssl-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
