Security

(Installing your QuickSSL Premium / True BusinessID Seal)

To install your certificate, simply add the following lines to each web page on which you want the certificate seal to appear:

<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="//smarticon.geotrust.com/si.js"></SCRIPT>

These instructions will retrieve your Certificate registration data from the Certificate registry server and cause the Certificate seal to be displayed on your web page. Remember, the web page on which you place this Certificate seal must use exactly the same domain that is in your Certificate enrollment application. For instance, if the enrollment is for www.example.com, then the certificate registration is for that site, and does not include other fully qualified domains like www2.example.com.

Important note: Use of the certificate service is subject to the terms and conditions of the certificate Subscriber Agreement. You must agree to those terms and conditions if you use the certificate service. You are indicating your acceptance of that agreement by installing the certificate smart icon on your Web Site.

FrontPage installation:
In order to properly install your Certificate seal on your website using FrontPage you will need to follow one of the 2 procedures below. Otherwise FrontPage will change the HTML code for the seal, causing the icon to function improperly.

Method 1
One way to add the Tag with FrontPage 2000 is as follows:
1. Open the html page (*.htm, *.html, *.asp, etc...) and put the cursor where you want the icon to appear
2. In the Main Menu, choose Insert->Advanced->HTML... to open up the HTML Markup dialog
3. Paste the second line (the non-comment line) of the Tag into the dialog as shown below in Figure 1 and click OK.
4. Save the file (in the menu File->Save, or press CTRL-S)

<!-- webbot bot="HTMLMarkup" startspan -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-- webbot bot="HTMLMarkup" endspan -->

The opening and closing webbot comments seem to prevent "file:" from being added when the page is opened and then saved in Frontpage.

Method 2
Another way to essentially accomplish the same task is to open the HTML source file in a text editor such as Notepad and add the webbot comment lines manually. Before the Tag, add:

<!-- webbot bot="HTMLMarkup" startspan -->
And after the Tag, add:
<!-- webbot bot="HTMLMarkup" endspan -->
So that your HTML source looks like:
<!-- webbot bot="HTMLMarkup" startspan -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-- webbot bot="HTMLMarkup" endspan -->