[wsas-java-dev] svn commit r519 - wsas/java/trunk/xdocs

svn at wso2.com svn at wso2.com
Mon Jan 22 00:56:37 PST 2007


Author: marietta
Date: Mon Jan 22 00:56:32 2007
New Revision: 519

Modified:
   wsas/java/trunk/xdocs/keys.html
Log:
Reviewed.

Modified: wsas/java/trunk/xdocs/keys.html
==============================================================================
--- wsas/java/trunk/xdocs/keys.html	(original)
+++ wsas/java/trunk/xdocs/keys.html	Mon Jan 22 00:56:32 2007
@@ -3,28 +3,28 @@
   <meta http-equiv="content-type" content="">
   <title>How To Change WSO2 Web Services Application Server
   v at wso2wsas_version@ Crypto Keys</title>
-  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet" type="text/css"
-  media="all">
+  <link href="tools/cmd/css/wsas-dist-doc.css" rel="stylesheet"
+  type="text/css" media="all">
 </head>
 
 <body>
-<h1>How To Change WSO2 WSAS for Java, v at wso2wsas_version@ Crypto Keys</h1>
+<h1>How to Change WSO2 WSAS for Java, v at wso2wsas_version@ Crypto Keys</h1>
 
 <p>WSO2 WSAS for Java uses a keypair to enable HTTPS and to secure the user
 passwords within it.</p>
 
-<p>When you use WSO2 WSAS in production its <strong>STRONGLY</strong>
+<p>When you use WSO2 WSAS in production, it is <strong>strongly</strong>
 recommended that you change the default keys that are shipped with it.</p>
 
 <h3>Step 1: Use the keytool utility available with the JDK to create a
-keystore containing the new keypair.</h3>
+keystore containing the new keypair</h3>
 
-<p>It should be noted that the RSA algorithm must be used to generate the key
-pair and the alias of it must be "wso2wsas". The following command can be
-used to create the above keystore</p>
+<p>It should be noted that the RSA algorithm must be used to generate the
+keypair and the alias of it must be "wso2wsas". The following command can be
+used to create the above keystore.</p>
 <pre>$ keytool -genkey -alias wso2wsas -keyalg RSA -keystore wso2wsas.jks -storepass wso2wsas</pre>
 
-<p>This will prompt for a series of questions as shown below:</p>
+<p>This will prompt a series of questions as shown below:</p>
 <pre>What is your first and last name?
   [Unknown]:  John Smith
 What is the name of your organizational unit?
@@ -43,27 +43,27 @@
 Enter key password for <tungsten>
         (RETURN if same as keystore password):</pre>
 
-<p>Now you will see a file with the name "wso2wsas.jks" created in the place
-where you executed the above command.</p>
+<p>Now you will see a file with the name "wso2wsas.jks" created in the
+location from where you executed the above command.</p>
 
 <p>Now you can simply replace the WSO2WSAS_HOME/conf/wso2wsas.jks with this
 new wso2wsas.jks file that you just created.</p>
 
-<h3>Step 2: Reset passwords of the users</h3>
+<h3>Step 2: Reset the passwords of the users</h3>
 
-<p>Since this keypair is used to secure the passwords of WSO2 WSAS users as
-well, now we have to reset the passwords of all users.</p>
+<p>Since the keypair is used to secure the passwords of the WSO2 WSAS users
+as well, we have to reset the passwords of all the users.</p>
 
-<p>You <strong>MUST</strong> use the chpasswd utility provided with WSO2 WSAS
-to reset passwords.</p>
+<p>You <strong>must</strong> use the chpasswd utility provided with WSO2 WSAS
+to reset the passwords.</p>
 Please refer to the <a href="tools/change_passwd.html">chpasswd
 documentation</a> and make sure you set the password of the "admin" user
 first.
 
 <h3>MISC: Changing the keystore name/location or keystore/key password(s)</h3>
 
-<p>If you want to change the keystore file name, location, keystore password
-or the key password :</p>
+<p>If you want to change the keystore file name, location, keystore password,
+or the key password,</p>
 
 <h4>Standalone Edition</h4>
 <ul>




More information about the Wsas-java-dev mailing list