/
SSL certificates  TIBCO BusinessWorks SSL certificates  TIBCO BusinessWorks

SSL certificates TIBCO BusinessWorks - PowerPoint Presentation

lindy-dunigan
lindy-dunigan . @lindy-dunigan
Follow
347 views
Uploaded On 2018-11-21

SSL certificates TIBCO BusinessWorks - PPT Presentation

Generating the key You 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 ID: 732145

server key certificate keytool key server keytool certificate keystore jks repository public file identity desired create import amp 123 ninja affiliated side

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "SSL certificates TIBCO BusinessWorks" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

SSL certificates

TIBCO BusinessWorksSlide2

Generating the keySlide3

You 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.

KeytoolSlide4

Keytool

-

genkey

The my-

keystore.jks

file will be created at the current locationSlide5

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

Ninja@123

 

m

y-

keystore.jks

is name of the file which acts as repository keys.Slide6

Keytool

When 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. Slide7

Keytool

To 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.Slide8

Keytool -export

The

public key

also known as the

certificate

will

be stored in the file named

my-server.cer

You can give this certificate to anyone who wants to connect to your serverSlide9

Installing Key

Server SideSlide10

Server Identity

Create identity from the ‘GENERAL’

pallete

Make sure the URL consists of 3 forward slashes, otherwise it will not work as desired

Identity file

Keystore

Location

JKSSlide11

HTTPSSlide12

Import & Install Certificate

Client SideSlide13

Keytool -import

Get the

my-server.cer

from the server authority which is publicly

available and paste it into the desired folderSlide14

Client IdentitySlide15

Import Certificate in BWSlide16

Imported CertificateSlide17

Configuring HTTP requestSlide18

Q & A