cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to generate token by using JWT generator

Pretty
New Contributor III

Please help me to create the token for API by using JWT generator

6 REPLIES 6

bojanvelevski
Valued Contributor

Hi @Pretty,

First step is to create a Java KeyStore. You can find more information on how to do that, on the following links:

Creating a KeyStore in JKS Format

Creating a Keystore File for SSL

Upload the file while creating a JWT account, and the rest is pretty much straight forward. Let us know if you have any difficulties.

Regards,
Bojan

Pretty
New Contributor III

@bojanvelevski
could you please show how you are creating the key store and then how you are calling it in JWT?

Itโ€™s not a procedure that I can explain in while writing. But if you pay attention on the first link, there is a step by step tutorial on how to create the keystore. After you create the JKS, open the JWT Generate snap, and start the procedure for creating an account.

Add Issuer, duration, upload the keystore and password. Key Alias will be automatically selected (not sure), if not, it will be available for selection after you upload the JKS.

Pretty
New Contributor III

Creating a Keystore File for SSL

I followed this Docs

image

but I am Facing this Error