ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/webserv/wsseccfsign.htm

47 lines
2.4 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 Web services for digital signing</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><a name="wsseccfsign"></a>Configure Web services for digital signing</h4>
<p>For purposes of integrity, you can configure your Web services to digitally sign and verify those digital signatures for the body, timestamp, or security token in a SOAP message.</p>
<p>To configure digital signing for your Web service, perform the following steps:</p>
<ol>
<li><p><a href="wsseccfkeyloc.htm">Configure a key locator</a>
<br>Key locators are used to find keys for digital signature and encryption. WebSphere Application Server - Express provides default key locators that you can use with your digital signature configuration, or you can develop your own.</p></li>
<li><p><a href="wsseccfcertstore.htm">Configure a collection certificate store</a>
<br>A collection certificate store contains CA certificates that are used to verify digital signatures. See this topic for information about configuring a collection certificate store for your Web services.</p></li>
<li><p><a href="wsseccftrustanc.htm">Configure trust anchors</a>
<br>A trust anchor specifies key stores that contain root-trusted certificates that are used to validate the signer certificate of the digital signature. See this topic for information about configuring a trust anchor for your Web services.</p></li>
<li><p><a href="wsseccfsignclreq.htm">Configure the client for request signing</a>
<br>Configure your Web services client to digitally sign its requests to the server.</p></li>
<li><p><a href="wsseccfsignclres.htm">Configure the client for response digital signature verification</a>
<br>Configure your Web services client to verify digital signatures in responses from the server.</p></li>
<li><p><a href="wsseccfsignsvreq.htm">Configure the server for request digital signature verification</a>
<br>Configure your Web service to verify digital signatures in requests it receives from the client.</p></li>
<li><p><a href="wsseccfsignsvres.htm">Configure the server for response signing</a>
<br>Configure your Web service to digitally sign its responses to the client.</p></li>
</ol>
</body>
</html>