<?phpxml 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/"
>
<channel>
<title>Superblogging | Search Tags | ssl</title>
<link>https://the-looser-it-s-me.net</link>
<description>Superblogging</description>
<pubDate>Wed, 31 Dec 1969 19:00:00 EST</pubDate>
<language>en</language>
<item>
<title><![CDATA[Installation Guideline: SSL Certificates on Tomcat Server]]></title>
<link>https://the-looser-it-s-me.net/story/installation-guideline-ssl-certificates-on-tomcat-server</link>
<comments>https://the-looser-it-s-me.net/story/installation-guideline-ssl-certificates-on-tomcat-server</comments>
<pubDate>Wed, 16 Nov 2011 05:57:21 EST</pubDate>
<dc:creator>ClickSSL</dc:creator>
<guid>https://the-looser-it-s-me.net/story/installation-guideline-ssl-certificates-on-tomcat-server</guid>
<description><![CDATA[SSL – Secure Socket Layer is a security Protocol. SSL Certificate is a digital signature. SSL Certificate is also known as Public Key Identity certificate. SSL is a protocol for securing communication between a web browser, and web server. Whenever you access a web server using https, the page you are sent is encrypted, and any information you send to that server is also encrypted<br /><br />Install Root CA Certificate<br /><br />1) Download your SSL Certificates from SSL Certificate Authorities like RapidSSL, Thawte, GeoTrust or VeriSign. <br /><br />2) Use the Primary and Secondary Intermediate CA contents into a text file. (Use a text editor - Notepad or Vi.)<br /><br />3) Primary Intermediate CA (file name as primary_inter.cer)<br /><br />4) Use the below control to import this Certificate in the keystore:<br /><br />keytool -import -trustcacerts -alias primaryIntermediate -keystore (your_keystore_filename) -file primary_inter.cer<br /><br />5) For the Secondary Intermediate CA, (file name as secondary_inter.cer)<br /><br />6) Use the below control to import this Certificate in the keystore:<br /><br />keytool -import -trustcacerts -alias primaryIntermediate -keystore (your_keystore_filename) -file primary_inter.cer<br /><br />Install the SSL Certificate<br /><br />SSL CA email your Certificate. Use an attachment file(Cert.cer). Copy and paste it into a text file.<br />Use the below control to import your SSL Certificate:<br /><br />keytool -imp... ]]></description>
</item>

</channel>
</rss>
