11-15-2021 12:48 AM
11-15-2021 01:02 AM
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
11-15-2021 01:26 AM
@bojanvelevski
could you please show how you are creating the key store and then how you are calling it in JWT?
11-15-2021 01:53 AM
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.
11-15-2021 11:43 PM