WebSphere Application Server Version 6.1 Feature Pack for Web Services
             Operating Systems: z/OS

             Personalize the table of contents and search results
This topic applies only on the z/OS operating system.

Setting up SSL connections for Java clients

Follow these steps to configure SSL for use between Java clients running on a workstation and the WebSphere Application Server for z/OS Java 2 Platform, Enterprise Edition (J2EE) server.

Procedure

  1. Determine what SSL repertoire the server is using. For example: WASKeyring.
  2. Determine the user ID the server is running. For example: CBSYMSR1.
  3. Export the certificate authority from RACF. For example:
    RACDCERT CERTAUTH EXPORT(LABEL('WebSphereCA')) DSN('IBMUSER.WAS.CA') FORMAT(CERTDER)
  4. Move the file to the workstation. (Note that the FTP transfer must use binary.) For example: \tmp directory
  5. Add the digital certificate to the TrustStore used by the client. For example, for the DummyClientTrustFile.jks file, type:
    keytool -import -file \tmp\IBMUSER.WAS.CA -keystore DummyClientTrustFile.jks]



In this information ...


IBM Redbooks, demos, education, and more


Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.

This feature requires Internet access.

IBM Suggests
Task topic    

Terms of Use | Feedback

Last updated: Nov 25, 2008 2:35:59 AM CST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.wsfep.multiplatform.doc/info/ae/ae/tsec_sslconnclient.html