Author: rkanter
Date: Mon Apr 15 17:57:31 2013
New Revision: 1468169

URL: http://svn.apache.org/r1468169
Log:
OOZIE-1323 HTTPS docs lists the same step twice for creating a self-signed 
certificate (rkanter)

Modified:
    oozie/branches/branch-4.0/docs/src/site/twiki/AG_Install.twiki
    oozie/branches/branch-4.0/release-log.txt

Modified: oozie/branches/branch-4.0/docs/src/site/twiki/AG_Install.twiki
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/docs/src/site/twiki/AG_Install.twiki?rev=1468169&r1=1468168&r2=1468169&view=diff
==============================================================================
--- oozie/branches/branch-4.0/docs/src/site/twiki/AG_Install.twiki (original)
+++ oozie/branches/branch-4.0/docs/src/site/twiki/AG_Install.twiki Mon Apr 15 
17:57:31 2013
@@ -532,13 +532,8 @@ requires some additional configuration o
 There are many ways to create a Self-Signed Certificate, this is just one way. 
 We will be using the keytool program, which is
 included with your JRE. If its not on your path, you should be able to find it 
in $JAVA_HOME/bin.
 
-1. Run the following command (as the Oozie user) to create a keystore file:
-<verbatim>
-keytool -genkey -alias tomcat -keyalg RSA
-</verbatim>
-The keystore file will be named =.keystore= and located in the Oozie user's 
home directory.
-
-2. Run the following command (as the Oozie user); you will be asked a series 
of questions in an interactive prompt.
+1. Run the following command (as the Oozie user); you will be asked a series 
of questions in an interactive prompt.  It will create
+the keystore file, which will be named =.keystore= and located in the Oozie 
user's home directory.
 <verbatim>
 keytool -genkey -alias tomcat -keyalg RSA
 </verbatim>
@@ -548,7 +543,7 @@ environment variable.
 The answer to "What is your first and last name?" (i.e. "CN") must be the 
hostname of the machine where the Oozie Server will be
 running.
 
-3. Run the following command (as the Oozie user) to export a certificate file 
from the keystore file:
+2. Run the following command (as the Oozie user) to export a certificate file 
from the keystore file:
 <verbatim>
 keytool -exportcert -alias tomcat -file 
path/to/where/I/want/my/certificate.cert
 </verbatim>

Modified: oozie/branches/branch-4.0/release-log.txt
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/release-log.txt?rev=1468169&r1=1468168&r2=1468169&view=diff
==============================================================================
--- oozie/branches/branch-4.0/release-log.txt (original)
+++ oozie/branches/branch-4.0/release-log.txt Mon Apr 15 17:57:31 2013
@@ -1,5 +1,6 @@
 -- Oozie 4.0.0 (unreleased)
 
+OOZIE-1323 HTTPS docs lists the same step twice for creating a self-signed 
certificate (rkanter)
 OOZIE-1292 Add Hadoop 0.23 Poms in hadooplibs to enable a build/tests against 
branch 0.23 (mona)
 OOZIE-1280 CoordPushDependencyCheck queued by Recovery Services doesn't remove 
dependencies from cache (rohini via virag)
 OOZIE-1277 CoordActionInputCheck requeues itself even if only push missing 
dependencies exist (virag)


Reply via email to