Author: rkanter
Date: Mon Apr 15 17:57:20 2013
New Revision: 1468168
URL: http://svn.apache.org/r1468168
Log:
OOZIE-1323 HTTPS docs lists the same step twice for creating a self-signed
certificate (rkanter)
Modified:
oozie/trunk/docs/src/site/twiki/AG_Install.twiki
oozie/trunk/release-log.txt
Modified: oozie/trunk/docs/src/site/twiki/AG_Install.twiki
URL:
http://svn.apache.org/viewvc/oozie/trunk/docs/src/site/twiki/AG_Install.twiki?rev=1468168&r1=1468167&r2=1468168&view=diff
==============================================================================
--- oozie/trunk/docs/src/site/twiki/AG_Install.twiki (original)
+++ oozie/trunk/docs/src/site/twiki/AG_Install.twiki Mon Apr 15 17:57:20 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/trunk/release-log.txt
URL:
http://svn.apache.org/viewvc/oozie/trunk/release-log.txt?rev=1468168&r1=1468167&r2=1468168&view=diff
==============================================================================
--- oozie/trunk/release-log.txt (original)
+++ oozie/trunk/release-log.txt Mon Apr 15 17:57:20 2013
@@ -21,6 +21,7 @@ OOZIE-1239 Bump up trunk to 4.1.0-SNAPSH
-- Oozie 4.0.0 (unreleased)
+OOZIE-1323 HTTPS docs lists the same step twice for creating a self-signed
certificate (rkanter)
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)
OOZIE-1272 Two workflow jobs mapped to a single coordinator action (ryota via
virag)