Author: prabath
Date: Wed Jul  1 02:28:30 2009
New Revision: 40495
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40495

Log:
renaming keystore to wso2carbon

Modified:
   branches/wsas/java/3.1/product/docs/xdoc/sts_guide.xml

Modified: branches/wsas/java/3.1/product/docs/xdoc/sts_guide.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1/product/docs/xdoc/sts_guide.xml?rev=40495&r1=40494&r2=40495&view=diff
==============================================================================
--- branches/wsas/java/3.1/product/docs/xdoc/sts_guide.xml      (original)
+++ branches/wsas/java/3.1/product/docs/xdoc/sts_guide.xml      Wed Jul  1 
02:28:30 2009
@@ -1,57 +1,57 @@
-<!--
-  ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com)
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~ http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
-        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
-
-<html>
-    <body>
-        <h1>Security Service Token Sample Guide</h1>
-        <p>In this sample we will demonstrate the usage of wso2wsas-sts 
service and its applications.
-            The demonstration of this sample also uses the default echo 
service as the service provider.
-        </p>
-        <h2>HOW TO BUILD AND RUN THE SAMPLE</h2>
-        <ol type="1">
-            <li>Setup the sample by running the given Apache Ant build. $ 
ant</li>
-
-            <li>Start WSO2 WSAS (If you haven't already started it)</li>
-            <li>Log into WSO2 WSAS administration console.</li>
-            <li>Select &quot;wso2wsas-sts&quot; service and setup security 
scenario &quot;Sign and encrypt - X509
-                Authentication; on it.
-                Make sure wso2wsas.jks keystore (WSO2WSAS keystore) is used
-            </li>
-            <li>Select &quot;HelloService&quot; service and copy the http 
service address.
-                Select &quot;wso2wsas-sts&quot; service and navigate to STS 
Configuration.
-                Paste/type the http endpoint address of 
&quot;HelloService&quot; service in
-                &quot;Add new trusted service&quot;-&gt;&quot;Endpoint 
Address&quot;
-
-                Select the WSO2WSAS private key's certificate alias (wso2wsas)
-            </li>
-            <li>Select Hello Service and setup security scenario 
&quot;SecureConversation - Sign and Encrypt - Service
-                as STS - Bootstrap policy - Sign and Encrypt , X509; 
Authentication on it.
-                Makesure wso2wsas.jks keystore (WSO2WSAS keystore) is used.
-            </li>
-            <li>Upload sts-sample/conf/client.cert into the wso2wsas keystore 
using the
-                WSO2WSAS admin console.
-            </li>
-            <li>Run client
-                $ ./run-client.sh &lt;wso2wsas-sts-http-address&gt; 
&lt;hello-service-http-address&gt;
-                OR
-                run-client.bat &lt;wso2wsas-sts-http-address&gt; 
&lt;hello-service-http-address&gt;</li>
-
-        </ol>
-    </body>
+<!--
+  ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com)
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
+
+<html>
+    <body>
+        <h1>Security Service Token Sample Guide</h1>
+        <p>In this sample we will demonstrate the usage of wso2carbon-sts 
service and its applications.
+            The demonstration of this sample also uses the default echo 
service as the service provider.
+        </p>
+        <h2>HOW TO BUILD AND RUN THE SAMPLE</h2>
+        <ol type="1">
+            <li>Setup the sample by running the given Apache Ant build. $ 
ant</li>
+
+            <li>Start WSO2 WSAS (If you haven't already started it)</li>
+            <li>Log into WSO2 WSAS administration console.</li>
+            <li>Select &quot;wso2carbon-sts&quot; service and setup security 
scenario &quot;Sign and encrypt - X509
+                Authentication; on it.
+                Make sure wso2carbon.jks keystore (wso2carbon keystore) is used
+            </li>
+            <li>Select &quot;HelloService&quot; service and copy the http 
service address.
+                Select &quot;wso2carbon-sts&quot; service and navigate to STS 
Configuration.
+                Paste/type the http endpoint address of 
&quot;HelloService&quot; service in
+                &quot;Add new trusted service&quot;-&gt;&quot;Endpoint 
Address&quot;
+
+                Select the wso2carbon private key's certificate alias 
(wso2carbon)
+            </li>
+            <li>Select Hello Service and setup security scenario 
&quot;SecureConversation - Sign and Encrypt - Service
+                as STS - Bootstrap policy - Sign and Encrypt , X509; 
Authentication on it.
+                Makesure wso2carbon.jks keystore (WSO2 WSAS keystore) is used.
+            </li>
+            <li>Upload sts-sample/conf/client.cert into the wso2carbon 
keystore using the
+                WSO2 WSAS admin console.
+            </li>
+            <li>Run client
+                $ ./run-client.sh &lt;wso2carbon-sts-http-address&gt; 
&lt;hello-service-http-address&gt;
+                OR
+                run-client.bat &lt;wso2carbon-sts-http-address&gt; 
&lt;hello-service-http-address&gt;</li>
+
+        </ol>
+    </body>
 </html>
\ No newline at end of file

_______________________________________________
Wsas-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to