Author: buildbot
Date: Fri Nov 1 21:47:54 2013
New Revision: 885117
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/main.pageCache
websites/production/cxf/content/migration-guide-11.html
Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/migration-guide-11.html
==============================================================================
--- websites/production/cxf/content/migration-guide-11.html (original)
+++ websites/production/cxf/content/migration-guide-11.html Fri Nov 1 21:47:54
2013
@@ -166,19 +166,15 @@ Apache CXF -- Migration Guide 1.1
<h3><a shape="rect" name="MigrationGuide1.1-Examples"></a>Examples</h3>
-<ul><li>Signer certificate changed to support more than one realm. All
examples trusted the Realm A by default whereas Realm B is used for
authentication only.<br clear="none">
- Add the following issuer to <tt><trustedIssuers></tt> in the fediz
configuration file:</li></ul>
+<ul><li>Signer certificate changed to support more than one realm. All
examples trust the Realm A by default whereas Realm B is used for
authentication only.<br clear="none">
+ Configure the following issuer in <tt><trustedIssuers></tt> in the
fediz configuration file:</li></ul>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
- <issuer subject=".*CN=REALMA.*" certificateValidation="ChainTrust"
- name="REALM A"/>
+ <issuer certificateValidation="PeerTrust" />
]]></script>
-</div></div>
-
-<ul><li>Sample Keystore <tt>tomcat-rp.jks</tt> includes Realm A and Realm B
signer certificate</li></ul>
-</div>
+</div></div></div>
</div>
<!-- Content -->
</td>