<?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; 2007</title>
	<atom:link href="http://www.mirageblog.com/tag/2007/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>
		<item>
		<title>6-in-1 Ssl Certificate</title>
		<link>http://www.mirageblog.com/2008/08/6-in-1-ssl-certificate/</link>
		<comments>http://www.mirageblog.com/2008/08/6-in-1-ssl-certificate/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 18:54:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSL Certificate]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[DigiCert]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.mirageblog.com/2008/08/6-in-1-ssl-certificate/</guid>
		<description><![CDATA[
 24HrsDomain.com now offers a new 6-in-1 certificate for assuring Web site security while saving online businesses time and money.
By applying the powerful influence of one industry-standard, Secure Socket Layer (SSL) Certificate with up to 256-bit encryption across as many as six Top Level Domains, Web site managers can reduce costs while providing a unified [...]]]></description>
			<content:encoded><![CDATA[<div style="margin:0 auto;float:left;padding-right:5px"><img src="http://thm-a03.yimg.com/image/cbe796120243fdca" width="250" height="180" alt="6-in-1 Ssl Certificate"></div>
<p> 24HrsDomain.com now offers a new 6-in-1 certificate for assuring Web site security while saving online businesses time and money.</p>
<p>By applying the powerful influence of one industry-standard, Secure Socket Layer (SSL) Certificate with up to 256-bit encryption across as many as six Top Level Domains, Web site managers can reduce costs while providing a unified security experience for online customers. </p>
<p>An SSL Certifica<span id="more-12"></span>te enables encryption of online transactions and communications. The 6-in-1 SSL Certificate from  offers a new level of simple, cost-effective security service. With many businesses, purchasing all six variations of their domain name to protect their online identity, &rsquo;s new 6-in-1 certificate provides a one-step, cost-saving solution.</p>
<p>Customers can purchase one SSL Certificate to protect all six Top Level Domains (TLDs) including .com, .net, .biz, .info, .us and .org. Until now, separate certificates would have to be purchased to protect each domain name. Each domain name secured under the new 6-in-1 SSL must point to the same Web site. </p>
<p>Before this product was available, Web site managers would have to purchase either an SSL Certificate for a single TLD or buy as many as six &ndash; creating the potential for security warnings in customers&rsquo; Web browsers or high costs for multiple certificates. With this new 6-in-1 SSL Certificate, e-businesses can save up to 54 percent over the cost of purchasing individual certificates.</p>
<p>For more information about the new 6-in1 SSL Certificates, visit <a rel="external nofollow" target="_blank" href="http://www.24hrsdomain.com"><a target="_blank" rel="external nofollow" target="_blank" href="http://www.24hrsdomain.com">http://www.24hrsdomain.com</a></a>  </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/E5qwDt_cMSs&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/E5qwDt_cMSs&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 install an SSL Certificate in Microsoft Exchange 2007. We will walk you through downloading the SSL Certificates, processing the pending request, and verifying that it is working properly. For more information, visit http  <H3>Help answer the question about SSL certificate</H3>If I get a Verisign SSL certificate, then in a month I change my site, do I have to pay for a new one?<br />I plan on upgrading my site in a month, but I want to get a Verisign SSL certificate now.  Does anyone know if in a month I will have to purchase a new certificate since that site will have changed in appearance and layout?<br />
 <H3>About Author</H3>
<p></strong>
<p>About the Author:</p>
<p>Empirical Technologies <br />
<a rel="external nofollow" target="_blank" href="http://www.24hrsdomain.com"><a target="_blank" rel="external nofollow" target="_blank" href="http://www.24hrsdomain.com">http://www.24hrsdomain.com</a></a> is a BR of a company which fully accredited ICANN registrar.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mirageblog.com/2008/08/6-in-1-ssl-certificate/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
