F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

Mike_275667's avatar
Mike_275667
Icon for Nimbostratus rankNimbostratus
Dec 22, 2016

How to import a javascript SSL?

Client has given me this kind of certificate to load in F5.

 

<-- START ENTRUST.NET SEAL CODE --> < script type="text/javascript"> (function(d, t) { var s = d.createElement(t), options = {'domain':'','style':'7','container':'entrust-net-seal'}; s.src = 'https://seal.entrust.net/sealv2.js'; s.async = true; var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr); s.onload = s.onreadystatechange = function() { var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return; try{goEntrust(options)} catch (e) {} }; })(document, 'script'); < div id="entrust-net-seal">SSL Certificate < !-- END ENTRUST.NET SEAL CODE -- >

 

How can I import this to F5? They said that the server was apache so the certificate was like this.

 

2 Replies

  • There is option to upload Apache SSL cert On F5 --> File Mgmt--> Apache Cert List--> Create. But i believe shared code is not cert.

     

  • THi's avatar
    THi
    Icon for Nimbostratus rankNimbostratus

    The js code above looks like it is the code to be embedded to the actual web site on the server to show the Entrust Seal ..not the certificate itself. You need to get the actual certificate to import to F5.

     

    From Entrust site: "The Entrust Site Security Seal is included with each Entrust SSL certificate. The Entrust Site Security Seal is a Web-enabled clickable logo, which is licensed to Web sites that use Entrust digital certificates." Google for Entrust Site Seal for details.