webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

VeriSign CA Certification

  • 1.  VeriSign CA Certification

    Posted Thu August 12, 2004 09:15 PM

    As many of you allready know… VeriSign has put out an update for their Intermediate CA Certificate. I went to the download page and they have it avaliable for Apache, IBM HTTP and others. So which one should I be using for Intergration Server?
    Regards,


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 2.  RE: VeriSign CA Certification

    Posted Fri August 13, 2004 05:31 PM

    Jonathan,

    It looks like all of the links just provide the certificate as a PEM encoded certificate. Follow the instructions for Apache. Save the text off to a file with a .cer extension and open the file via Explorer. Go to the details tab and click on Copy to File… Save off as a DER encoded binary file and drop that file into your trusted CAs directory for the Integeration Server.

    If you’re running on a *nix platform, you can use OpenSSL to convert it to a DER encoded file.

    If you’re feeling a little jumpy you can strip off the — Begin * and —End lines , run the resulting file through a Base64 decode and you’ll have the DER encoded binary file.

    Ed


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods