30 lines
1.9 KiB
HTML
30 lines
1.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
|
|
|
<title>Configure SSL for WebSphere applications</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h4><a name="secjssap"></a>Configure SSL for WebSphere applications</h4>
|
|
|
|
<p>With SSL, client applications use digital certificates to determine whether server applications are to be trusted. Likewise, server applications may require client applications to present certificates to determine whether client applications are to be trusted. In either case, applications must have access to digital certificates to open secure network connections, and these certificates must be stored in safe and secure containers that are accessable to the client applications. Additionally, mechanisms must be provided so applications can determine which certificates are to be used.</p>
|
|
|
|
<p>For Java applications running on WebSphere Application Server - Express for iSeries, certificates may be stored in these types of certificate stores:</p>
|
|
|
|
<ul>
|
|
<li><p><strong>Java keystore files (.jks files)</strong>
|
|
<br>Use either the IBM Key Management tool (iKeyman) or the Keytool utility to create and manage Java keystore files. Java keystore files are the recommended certificate stores for WebSphere Application Server - Express 5.0. For more information, see <a href="secjavajsse.htm">Using Java keystore files</a>.</p></li>
|
|
|
|
<li><p><strong>i5/OS certificate stores</strong>
|
|
<br>Use of i5/OS certificate containers (.kdb files) with WebSphere applications is deprecated in Version 5.0 and can only be used with certain limitations. For more information, see <a href="secmigjsse.htm">Migrate applications to use Java keystores</a>.</p></li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|