Knowledgebase

Site seals Domeny.pl SSL installation  Print this Article

Every site seal is displayed on the webpage with the installed SSL certificate after adding the special scripts in the html code.

Note: 
Following site seals works properly on sites with Domeny.pl CA SSL certificates.
It is free for Domeny.pl CA certificates.

Trust Sign (for DV and OV SSL)

   Trust Sign is displayed after adding special scripts in: </HEAD> and </BODY> sections.

Just before </HEAD> tag paste and add:

<script type="text/javascript">
//<![CDATA[
var cot_loc0=(window.location.protocol == "https:")? "https://seal.certyfikatyssl.pl/js/trustsign.js" :
"http://seal.certyfikatyssl.pl/js/trustsign.js";
document.writeln('<scr' + 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]>
</script>

In the <BODY> section add:

<script type="text/javascript">
TrustSign("", "SC4", "none");
</script>

Trust Sign will be displayed for all visitors now.

Trust Sign Corner (for OV SSL)

   Trust Sign Corner is displayed after adding special scripts in: </HEAD> and </BODY> sections.

Just before </HEAD> tag paste and add:

<script type="text/javascript">
//<![CDATA[
var cot_loc0=(window.location.protocol == "https:")? "https://seal.certyfikatyssl.pl/js/trustsign_ov.js" :
"http://seal.certyfikatyssl.pl/js/trustsign_ov.js";
document.writeln('<scr' + 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]>
</script>

Exactly before </BODY> section add:

<script language="JavaScript" type="text/javascript">
TrustSignOv("OV", "SC3", "none");
</script>

Trust Sign will be displayed for all visitors now.

Trust Sign Corner (for EV SSL)

   Trust Sign Corner is displayed after adding special scripts in: </HEAD> and </BODY> sections.

Just before </HEAD> tag paste and add:

<script type="text/javascript">
//<![CDATA[
var cot_loc0=(window.location.protocol == "https:")? "https://seal.certyfikatyssl.pl/js/trustsign_ev.js" :
"http://seal.certyfikatyssl.pl/js/trustsign_ev.js";
document.writeln('<scr' + 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]>
</script>

Exactly before </BODY> section add:

<script language="JavaScript" type="text/javascript">
TrustSignEv("EV", "SC3", "none");
</script>

Trust Sign will be displayed for all visitors now.

 




Was this answer helpful?

Related Articles

Site seals
Site seal is a graphic sign on the website which ensures that the site is secured and/or...
Corner of Trust bounces when scrolling the page
Corner of Trust should not bounce as you scroll the page. If it does, make sure that: ...
Trust Logo has a white border, why?
There are 2 solutions for this issue: make sure that scripts of the seal are placed on the web...
Credentials not available for website
There is more than one reason that the command is displayed. Trust Logo is expired. The site...