<?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>Network &#124; SSL Certificate &#187; Creation</title>
	<atom:link href="http://www.mirageblog.com/tag/creation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mirageblog.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Dec 2009 19:00:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SSL Certificates &#8211; Secure Server Certificates</title>
		<link>http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/</link>
		<comments>http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 18:54:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSL Certificate]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[Creation]]></category>
		<category><![CDATA[CSR]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/</guid>
		<description><![CDATA[
 What is SSL?
SSL certificates are generally used with ecommerce shopping carts, or anywhere you want to collect information from a user securely on your website. If you use a secure server certificate with a form; and that form emails the results to you; keep in mind that the email is not secure.
SSL (Secure Sockets [...]]]></description>
			<content:encoded><![CDATA[<div style="margin:0 auto;float:left;padding-right:5px"><img src="http://thm-a01.yimg.com/image/ab30ffc5c1dabaf8" width="250" height="180" alt="SSL Certificates - Secure Server Certificates"></div>
<p> What is SSL?</p>
<p>SSL certificates are generally used with ecommerce shopping carts, or anywhere you want to collect information from a user securely on your website. If you use a secure server certificate with a form; and that form emails the results to you; keep in mind that the email is not secure.</p>
<p>SSL (Secure Sockets Layer): Creates an encrypted link between a web server and a browser. CA (Certificate Authority): The <span id="more-14"></span>vendor you will get the secure server certificate from CSR (Certificate Signing Request): A text file generated by a web server. A CSR looks like this:</p>
<p>&#8212;&#8212;-BEGIN NEW CERTIFICATE REQUEST&#8212;&#8212;-<br />
<br />
MIIDGgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwB<br />
<br />
AG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwl<br />
<br />
L0ygNwwNIvKLMPq4/LcUkZ9Oo4AssXW5mvvhHWGz2RWYRhrw8o<br />
<br />
&#8212;&#8212;-END NEW CERTIFICATE REQUEST&#8212;&#8212;-</p>
<p>First, you need to decide whether to use your hosting shared SSL certificate if they offer it. The URL to your store will look something like:</p>
<p><a target="_blank" rel="external nofollow" target="_blank" href="https://theirserver.com/youruserid/your/path/to/store.html">https://theirserver.com/youruserid/your/path/to/store.html</a></p>
<p>Or do you want to get your own SSL certificate? The URL will look like:</p>
<p><a target="_blank" rel="external nofollow" target="_blank" href="https://yourdomainname.com">https://yourdomainname.com</a></p>
<p>If you decide to use your hosts&#8217; shared secure server certificate, then all you need to do is find out the path you need to use to call your files securely, and you will be on your way.</p>
<p>If you decide to get your own SSL certificate, this is generally what happens.</p>
<p>You first need to decide who you are going to get your SSL certificate from. It is a good idea to make sure your host supports your particular vendor. Some certificate authority vendors are:</p>
<p>* Thawte<br />
<br />
* Verisign<br />
<br />
* Comodo<br />
<br />
* You can also review several vendors at a glance at WhichSSL</p>
<p>Before getting your own SSL certificate, you will need to do some reading on what your chosen Certificate Authority requires for a secure certificate, and you&#8217;ll also need to come up with some documentation. There are several steps to buying a secure server certificate, once you have decided on a vendor.</p>
<p>This is an overview, not written in stone. Each CA is different, so make sure you read their documentation and what they require. Here is an idea of what they want:</p>
<p>All documentation that is requested must match <strong>exactly</strong>. Secure certificate authorities will verify that your organization actually exists, so they know they are issuing to the correct company. You will need to prove that the Organization Name and the Domain name are in fact yours to use.</p>
<p>Steps you&#8217;ll be taking:</p>
<p>* Gather required documentation<br />
<br />
* Have your host generate a CSR<br />
<br />
* Complete certificate authority online application<br />
<br />
* Certificate authority will process your request<br />
<br />
* Pickup and install your SSL certificate (usually an URL is emailed to you to download the secure server certificate)<br />
<br />
* Depending on the vendor, it can take a few hours to a few days.<br />
<br />
* Send secure certificate to host for installation. (Send in plain text)</p>
<p>Once your web hosting provider receives this information; they will generate the CSR and send it back to you in plain text. You then send it on to Verisign or Thawte, or whoever you have chosen as your secure certificate authority. They will then generate a SSL certificate for you which you will send back to your host for installation. Your web host may charge a fee for installation in addition to what your SSL certificate vendor charges.</p>
<p>Something to think about:</p>
<p>If you&#8217;ve decided to purchase your own SSL certificate, you will need to decide how you want your URL to be called. If you, as a rule, call your domain name in your coding as <a rel="external nofollow" target="_blank" href="http://www.yourdomainname.com," target="_blank">www.yourdomainname.com,</a> then make sure you indicate this to your host when you request a CSR from them. If you don&#8217;t, and you get the certificate for yourdomainname.com (without the www), this will cause browser errors, making the certificate seem insecure, and you will need to change your coding.</p>
<p>Always use yourself or your company as technical contact.</p>
<p>How to tell if a site is secure?</p>
<p>After you&#8217;ve browsed to a site securely; using <a target="_blank" rel="external nofollow" target="_blank" href="https://">https://</a> in the URL, look on the lower right hand side of your browser. You should see a closed lock. This will tell you the site is secure.</p>
<p>  <!--more--> <H3>Watch the video related to SSL certificate</H3>
<div align="center">
<p><!-- Smart Youtube --><span class="youtube"><object type="application/x-shockwave-flash" width="425" height="355" data="http://www.youtube.com/v/nMPjoZnk2EQ&amp;rel=1&amp;color1=0x666666&amp;color2=0xD3D3D3&amp;border=1&amp;fs=0&amp;autoplay=0&amp;loop=0&amp;disablekb=0&amp;egm=0&amp;border=1&amp;showsearch=1&amp;showinfo=&amp;iv_load_policy=&amp;cc_load_policy=&amp;fmt="><param name="movie" value="http://www.youtube.com/v/nMPjoZnk2EQ&amp;rel=1&amp;color1=0x666666&amp;color2=0xD3D3D3&amp;border=1&amp;fs=0&amp;autoplay=0&amp;loop=0&amp;disablekb=0&amp;egm=0&amp;border=1&amp;showsearch=1&amp;showinfo=&amp;iv_load_policy=&amp;cc_load_policy=&amp;fmt="></param><param name="allowFullScreen" value="true"></param><param name="wmode" value="transparent" /></object></span></p>
</p></div>
<p>www.digicert.com In this step-by-step tutorial we will show you how to create an SSL Certificate CSR in Exchange 2007. We will walk you through the signing request creation process so you can paste your CSR in the SSL Certificate order form. For more information visit http  <H3>Help answer the question about SSL certificate</H3>How and where to apply SSL certificate? Is same certificate can be applied in both live and test servers?<br />
 <H3>About Author</H3>
<p></strong>
<p>Elizabeth Ramer has been working in the web hosting industry since<br />
1997, and enjoys <a rel="external nofollow" target="_blank" href="http://build-computer-systems.com/">building computers</a> in her spare time. Visit Flawebworks <a rel="external nofollow" target="_blank" href="http://flawebworks.com">Web Hosting</a> for web hosting and articles.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mirageblog.com/2008/08/ssl-certificates-secure-server-certificates/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
