Author: isuru Date: Tue Jan 27 03:14:31 2009 New Revision: 29610 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=29610
Log: doc updates in sample guides Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/commodity_quote_guide.xml trunk/wsas/java/modules/distribution/src/site/xdoc/xkms_sample_guide.xml Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/commodity_quote_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/src/site/xdoc/commodity_quote_guide.xml?rev=29610&r1=29609&r2=29610&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/src/site/xdoc/commodity_quote_guide.xml (original) +++ trunk/wsas/java/modules/distribution/src/site/xdoc/commodity_quote_guide.xml Tue Jan 27 03:14:31 2009 @@ -233,10 +233,10 @@ <ol> <li>Username Token authentication <ul> - <li><strong>Server Side:</strong> Logging to management console. Go to - Security > Users > User Management. The add a user "bob" - with password "password". Then go to Services > CommodityQuote > - Security Configuration and select "Username Token authentication" and + <li><strong>Server Side:</strong> Logging to management console. Go to Home + > Configure > User Management > Users. Then add a user "bob" + with password "password". Then go to Home >Manage > Service >List >CommodityQuote (Service Dashboard)> Security Configuration + and select "Username Token authentication" and select "Continue". In the next page select user "bob" and apply it. (User can add many users and many roles as they please. For this demonstration, the author will use "bob" user) @@ -315,10 +315,11 @@ this demonstration, service.jks and client.jks will be shipped with the sample and it's located at WSO2WSAS_HOME/samples/CommodityQuote/keys/ <ul> - <li><strong>Server side:</strong> Go to Keystores and upload the - service.jks. Keystore password will be "password" and private key - store password will be "password". Then go to Services > - CommodityQuote > Security Configuration and select "Sign only", + <li><strong>Server side:</strong> Go to Home + > Configure > User Management >Keystores and upload the + service.jks. Keystore password will be "testing" and private key + store password will be "testing". Then go to Home >Manage > Service >List >CommodityQuote (Service Dashboard) > Security Configuration + and select "Sign only"(Non Repudiation), after which select "Continue". Select Trusted Certificate Stores as service.jks and select private keystore as service.jks in the next page. @@ -369,11 +370,11 @@ <li>Sign and encrypt - X509 Authentication<br/> <strong>Configuration same as in scenario 2, except using this security scenario.</strong></li> -<li>Sign only - Anonymous clients<br/> +<li>Sign only (Integrity) - Anonymous clients<br/> <strong>Configuration as in scenario 2, except using this security scenario. But in the client side, client's keys are not used and only the service's public key is used</strong></li> -<li>Encrypt only - Anonymous clients<br/> +<li>Encrypt only (Confidentiality) - Anonymous clients<br/> <strong>Configuration as in scenario 2, except using this security scenario. But in the client side, client's keys are not used and only the service's public key is used</strong></li> @@ -389,12 +390,11 @@ sample and it's located at WSO2WSAS_HOME/samples/CommodityQuote/keys/ <ul> <li><strong>Server side:</strong> Logging to management console. Go to - Security > Users > User Management. The add a user "bob" + Home > Configure > User Management > Users. Then add a user "bob" with password "password". Go to Keystores and upload the - service.jks. Keystore password will be "password" and private key - store password will be "password". Then go to Services > - CommodityQuote > Security Configuration and select "Encrypt only - - Username Token Authentication",after which select "Continue". Select + service.jks. Keystore password will be "testing" and private key + store password will be "testing". Then go to Home >Manage > Service >List >CommodityQuote (Service Dashboard) > Security Configuration + and select "Encrypt only - Username Token Authentication",after which select "Continue". Select Trusted Certificate Stores as service.jks and select private keystore as service.jks and also select user bob and apply it. </li> Modified: trunk/wsas/java/modules/distribution/src/site/xdoc/xkms_sample_guide.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/src/site/xdoc/xkms_sample_guide.xml?rev=29610&r1=29609&r2=29610&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/src/site/xdoc/xkms_sample_guide.xml (original) +++ trunk/wsas/java/modules/distribution/src/site/xdoc/xkms_sample_guide.xml Tue Jan 27 03:14:31 2009 @@ -52,9 +52,9 @@ <ol> <li>Sign in to WSAS</li> - <li>Click on Services link on the Manage/list section on the left hand side panel</li> - <li>Click on the xkms service link in the Services lising page.</li> - <li>Click on Parameters link in Quality of Service Configuration table </li> + <li>Click on the List link in the Service column, in the Manage section, on the left hand side pannel</li> + <li>Select XKMS from Service Groups table of Deployed Services list</li> + <li>Click on Parameters link on Quality of Service Configuration table</li> <li>Change/update the following parameter values</li> <pre> <table><thead><tr><td>Parameter Name</td><td>Value</td></tr></thead> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
