+ All Categories
Home > Documents > SSL CERTIFICATES | Business works | BUSINESSWORKS INTRODUCTION | COURSE CONTENT | WISHTREE...

SSL CERTIFICATES | Business works | BUSINESSWORKS INTRODUCTION | COURSE CONTENT | WISHTREE...

Date post: 17-Dec-2015
Category:
Upload: wishtreetechnologies
View: 17 times
Download: 1 times
Share this document with a friend
Description:
Wishtree is one of the fastest growing companies in India providing Enterprise Learning Solutions. Our aim is to service the learning & development needs of your organization and serve as your reliable outsourcing partner. We are committed towards fulfilling your Capacity Building and Training requirements. Wishtree Learning draws experience from experts in the field and provides complete learning solutions, specifically designed for and across organizational hierarchies. The training outsourcing solutions that we provide are a suite of professional training processes that enable our clients to obtain quantifiable. Keeping in mind our clients’ varying resources, we provide “In class” as well as “virtual” training based on preferences and budget. Our current roster of trainings chiefly include: Technical• TIBCO (entire suite of products) including AMX, Spotfire and CEP• Oracle Hyperion (entire suite of products) and OBIEE• Informatica• VMware Functional• ITIL• PMP• CBAP• TOGAF Wishtree Advantage• Competitive Pricing for better ROI• Tailored solutions including custom course content and choice of delivery options• More than 350 trainings completed scoring more than 95% participant satisfaction in last 3 years• Large and exhaustive pool of experienced trainers• Key trainings provided to global giants including RBS, BOfA, Vodafone, BNP Paribas, Genpact, UNB, Cap Gemini, Infosys and TCSContact Us: Wishtree TechnologiesSuite 311, Bldg B,Ganga Osian(GO) Square IT Park, Wakad Rd, Kaspate Wasti,Wakad, Pune, 411057Contact No. +912060123456Email id:[email protected] Contact No. +415-251-5098UK Contact No. +44 7937436285Mobile No. India +91 9687206535Website: http://www.wishtreetech.com
Popular Tags:
18
SSL certificates TIBCO BusinessWorks
Transcript

PowerPoint Presentation

SSL certificates

TIBCO BusinessWorksGenerating the keyWISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.KeytoolYou will have to create a certificate as you own the server.

The Keytool is a utility provided in the Java 2 SDK which is used to create a certificate.

It should be run as a command line utility.

Available in the bin folder of J2SDK.WISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.

Keytool -genkeyThe my-keystore.jks file will be created at the current locationWISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.Keytool-alias is used to give a name to your key. It should be unique for its purpose. Here it is MY_HOME_SERVER.

-keyalg is encryption algorithm type. Here it is RSA.-keypass is the password affiliated to key. Here it is Ninja@123-storepass is the password affiliated to the repository. Here it is [email protected] is name of the file which acts as repository keys.

WISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.KeytoolWhen we fill all the CN, OU, O, L, ST & C details, the key called MY_HOME_SERVER will be stored in the repository my-keystore.jks

This entry in the my-keystore.jks would have the public key as well as the private key.

You would now require to publish the public key to the world. WISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.KeytoolTo publish the public key to the external world, we need to extract it from the entry we created in the my-keystore.jks repository

We can use the export option in the keytool command to achieve the desired result.WISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.Keytool -exportYou can give this certificate to anyone who wants to connect to your server

The public key also known as the certificate will be stored in the file named my-server.cerWISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.Installing KeyServer SideWISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.Server Identity

Create identity from the GENERAL palleteMake sure the URL consists of 3 forward slashes, otherwise it will not work as desiredIdentity fileKeystore LocationJKSWISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.HTTPS

WISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.Import & Install CertificateClient SideWISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.Keytool -import

Get the my-server.cer from the server authority which is publicly available and paste it into the desired folderWISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.Client Identity

WISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.Import Certificate in BW

WISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.Imported Certificate

WISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.Configuring HTTP request

Leave this blankWISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.

WISHTREE TECHNOLOGIES CONFIDENTIAL: This document is for your company's internal use only and may not be copied nor distributed to another third party.


Recommended