Secure Site Seal Service
Using the Secure Site Seal Service of TC TrustCenter, you can enable your online users to verify your certificate, i.e. the digital ID card for your server, with a simple mouse click on the "TC TrustCenter Site Seal". Instructions on how to integrate the Secure Site Seal Service of TC TrustCenter in your web pages you will find on this website and in the e-mail message accompanying your server certificate.
The following steps are required to make use of the Secure Site Seal Service of TC TrustCenter:
- Download the below-listed seal "SSL certified by TC TrustCenter" in the desired format
- Copy the following JavaScript statement into the body of your HTML page and replace the sample certificate serialnumber by the serialnumber of your
certificate (certificate serialnumber in sample below = 1234567890123456789012345678901234) and insert the image link to the locally saved seal image:
<A href="javascript:void(0)"onclick='ShowCert("1234567890123456789012345678901234")'>
<IMG src="IMAGE LINK" width="189" height="49" border=0 alt=""></A> - Insert the following program code into the header of your HTML page:
<script language="JavaScript">function ShowCert(sn)
{
window.open('http://www.trustcenter.de/cgi-bin/Search.cgi?
Template=printable&Language=en&SN='+sn,'certificate',
'width=640,height=480,resizable,scrollbars,status');
}
</script>
Now your customers can check the validity of your certificate by only one click.
Of course you cn find your certificate also in our public directory service under: http://www.trustcenter.de/fcgi-bin/Search.cgi?Language=en
|
Description |
Download | |
|
|
Seal " SSL certified by TC TrustCenter" |
|
|
|
Seal "SSL certified by TC TrustCenter" link to: http://www.trustcenter.de |




