How to create a certifications using java key tool

Nagaraja G
Tera Expert

Hi ,

Currently we are implementing sso . As part of sso need to create own sign in and logout certifications using with java key tool ( as per wiki). But I am knew to it . Please help me ,how to download the java key tool and use it.

Thanks,

Naga

1 ACCEPTED SOLUTION

Hi Naga,



keytool is part of standard java distribution. It might not be in your path therefore you can run it without specifying the path.



It should be in this parth:



%JAVA_HOME%\bin



This is an example:



C:\Program Files\Java\jre7\bin\keytool.exe



To use it:



keytool-Key and Certificate Management Tool



Regards,


Sergiu


View solution in original post

4 REPLIES 4

sergiu_panaite
ServiceNow Employee
ServiceNow Employee

Hi Naga,



Creating java key store is explained here:



http://wiki.servicenow.com/index.php?title=SAML_2.0_Setup#Step_3._Set_the_Service_Provider_.28SP.29_...



3.3.5.2 Creating a Service Provider Key Store



As for information on java keytool you can have a look here:



The Most Common Java Keytool Keystore Commands



Regards,


Sergiu


Nagaraja G
Tera Expert

Hi Sergiu,



Thanks for your info. I went through wiki.But how can we create . I never did.How can we install the java key store . I ran the commands on ms-dos command prompts.Its not working.


Thanks,


Naga


Hi Naga,



keytool is part of standard java distribution. It might not be in your path therefore you can run it without specifying the path.



It should be in this parth:



%JAVA_HOME%\bin



This is an example:



C:\Program Files\Java\jre7\bin\keytool.exe



To use it:



keytool-Key and Certificate Management Tool



Regards,


Sergiu


Nagaraja G
Tera Expert

Thank you Sergiu. Now I am able to create the certificate.


Thanks,


Naga