- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2015 09:18 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2015 05:19 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2015 12:48 AM
Hi Naga,
Creating java key store is explained here:
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2015 04:59 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2015 05:19 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2015 05:58 AM
Thank you Sergiu. Now I am able to create the certificate.
Thanks,
Naga