• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to configure security in WAS with only .kyr and .sth files

 
Ranch Hand
Posts: 463
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have .kyr and .sth files. No JKS files available.
I need to set up secure connection between my Webpshere and the remote box whose keyrings I have . The connection will be HTTPS connectivity.
Can some tell me what I need to do .Where do I need to set the configurations.
I am using WAS 5.0
On a similar line, If I am using WebSphere portal server is the configuration any different for using portlets.
Also where would I need to configure if I am tying to set it up on a WSAD 5.12 test environment using WAS5.0 test environment or WPS5.0 test environment.
Thanks
Dhiren
[ May 26, 2005: Message edited by: Dhiren Joshi ]
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can export those keys from kyr to jks using ikeyman. The one which comes with IBM HTTP server is capable of it. Good source of information is IBM redbook securing WAS 5.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic