Support
- Advanced Backup
- Client Side
- Cloud Enterprise
- ColdFusion
- Control Panel
- cPanel
- Customer Portal
- DNS Information
- Dedicated Servers
- DirectAdmin
- Domain Name
- dotDefender
- Dreamweaver
- FileCatalyst
- Front Page
- FTP
- General Information
- Hosted Exchange & SharePoint
- IIS6
- IIS7
- Juniper Netscreen Firewalls
- Linux
- List Server
- MIVA Merchant
- MySQL
- Patching / Server Updates
- phpMyAdmin
- Plesk
- Policies and Procedures
- Premium Spam Filtering
- Programming
- Ruby on Rails
- Search Engine Submission
- SharePoint 3
- SharePoint 2010
- SiteDesigner
- SmarterMail 3
- SmarterMail 4
- SmarterMail 5
- SmarterMail 6
- SmarterMail 7
- SmarterStats
- SmarterTrack
- SQL Server
- Secure Socket Layer (SSL)
- Googlecheckout
- Siteseal
- Ssl
- Enable SSL/TLS for proFTPd in Plesk
- Export SSLs from IIS 6 and IIS 7
- Disable SSL 2.0 in IIS
- Disable SSL 2.0 in Apache
- Check validity of SSL Certificate
- Generate a CSR in IIS
- Generate a CSR on a Linux Server
- Create a PFX File using openssl in Linux
- Generate a Self-signed SSL in Linux
- Install SSL from PFX into IIS
- SSL FAQ
- View SSL Details via Command Line
- Install SSL on cPanel with One IP Address
- Trustwave Site Seal Errors
- Uploading Your Website
- Video Tutorials
- Windows Server 2003
- Windows Server 2008
- Web Design
- WordPress
- Advanced Monitoring
- MediaWiki
- Enkompass
- Microsoft Outlook 2010
- Android
- Outlook Web Access
- Critical Availability Service
- NAS Data Transfer
- Customer Portal Demos
- Joomla
- Moodle
- Cloud Dedicated
- Gallery CMS
- phpBB
- Standard Monitoring
- Righteous Restore
- NAS (Network Attached Storage)
- Networking
- SmarterMail 8
- PCI Security Scan
- LinkTiger
- Windows Cloud VPS
- Linux Cloud VPS
- Linux VPS
- Windows VPS
- Hyper V
- ENSIM
- Alert Logic
- Webmin
- e107
- Vbulletin
- VPN
- Visual Vault
- Mozilla Thunderbird
- PyroCMS
- Active Directory
- Vmware Related
- Drupal
How do I add an SSL Site Seal to my website?
The following article explains how to add a site seal to your website, informing your customers that your site is secure. The seal will only work if you have purchased a secure certificate, either from Trustwave or Geotrust. If you purchased a certificate from another company you will need to contact them for instructions.
To add a SSL Site seal to your website, please follow these steps:
- Determine which type of certificate is attached to your site (see below if you are not sure).
- Determine which page(s) you would like the seal to appear on.
- Based on the type of certificate, add the following line(s) of
code to each page:
- Trustwave
<script type="text/javascript" src="https://sealserver.trustwave.com/seal.js?style=normal"></script> - Geotrust
<!-GeoTrust True Site[tm] Smart Icon tag. Do not edit. -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-end GeoTrust Smart Icon tag -->
- Trustwave
The seal will appear on your page exactly where you place it in your code. If there is no certificate installed the code will either display a warning message that there is no valid certificate (Trustwave) or nothing (Geotrust).
To determine which type of certificate you have on your site, Trustwave or Geotrust, you will need to load your certificate, either through a browser or a command line utility and view the certificate information.
Internet Explorer
- Open your site securely, https://www.domainname.com.
- Double click the secure icon in the lower right corner of the screen ( ).
- The box that appears will tell you if you have a Trustwave certificate or an Equifax (GeoTrust) certificate installed on your site.
Netscape
- Open your site securely, https://www.domainname.com.
- Double click the lock icon located at the bottom of your web browser ( ).
- Click on the button in the box that appears to see the certificate details.
- Locate the "Issued By" details to determine if a Trustwave certificate or an Equifax (GeoTrust)e is installed on your site.
Mac OS X and Linux
- Open a terminal window.
- Run the following command: curl https://www.domain.com -v.
- The output will tell you if you have a Trustwave certificate or an Equifax (GeoTrust) installed on your site.
