home frogmail Services Contact Net Status Help
.
FrogNet Frog-a-licious
.
This help article will tell you how to create a SSL encrypted website, otherwise called a "Secure" web page.

Using FrogNet's Free Secure Certificate

Security Certificates allow someone to access your site using the SSL protocol. In layman's terms, this turns on the little "lock" looking icon usually found in the bottom right hand corner of your web browser. Many on-line shoppers look for this lock before purchasing items. It means that the information on this page has been scrambled in such a way that hackers cannot "sniff" the information off the Internet when you submit a form.

FrogNet users can make their personal web pages, or their domain webpages secure.

Many people ask "where is my secure folder." SSL is a web protocol, not a folder. A common web protocol you see every time you surf the net is http:// others you made of heard of are ftp:// and gopher://

The secure protocol is https://


Personal Web Pages

To make your personal web page secure, simply place a link in the HTML of your site that links to your web page using the secure protocol. Example web page:

screen shot of example page

<html>
<head>
<title>Example</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Hello World!</p>
</body>
</html>

To make the above, simple web page secure, place the following link into your page...

<a href="https://home.frognet.net/~mylogin">My Secure Site</a>

Substitute your actual FrogNet login for "mylogin." Your new home page code should look like this...

<html>
<head>
<title>Example</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Hello World!</p>
<a href="https://home.frognet.net/~mylogin">My Secure Site</a>
</body>
</html>

.. and your web page should now look like this ...

Click on the link we just made that says "My Secure Site" and you should see this.

Notice the lock! Your lock may look different depending on your version and type of web browser.


Domains

FrogNet's certificate does not cover domains, so if you need to secure your domain web traffic you'll have to purchase a certificate for your domain. Some Certificate Authorities (CA) with a good reputation include Thawte and Verisign. Instructions for generating a Certificate Signing Request (CSR) vary depending on the CA, hosting platform, etc. but the basics are covered here.

Tips:


Help Article Feedback

How useful was this article?

Less 1 2 3 4 5 More

How can this help article be inproved? (500 characters or less, you will not receive a reply.)


characters words

Please enter the text you see below: