Bug 1200205 - Create a Java Keystore to Store Sensitive Strings
Summary: Create a Java Keystore to Store Sensitive Strings
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.3.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: post-GA
: EAP 6.4.1
Assignee: Russell Dickenson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: eap641-payload
TreeView+ depends on / blocked
 
Reported: 2015-03-10 01:34 UTC by Jason Shepherd
Modified: 2019-04-16 14:41 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Instance Name: Not Defined Build: CSProcessor Builder Version 1.7 Build Name: 8699, Development Guide-6-2 Build Date: 20-12-2012 13:59:28
Last Closed: 2015-10-20 12:57:16 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jason Shepherd 2015-03-10 01:34:20 UTC
Description of problem:

Example 13.15. output is incorrect


Version-Release number of selected component (if applicable):

Tested with Keytool from:

 - OpenJDK 1.7.0_65
 - OpenJDK 1.8.0_31
 - Sun JDK 1.7.0_75


How reproducible:

Run the command from that example:

   keytool -genseckey -alias vault -storetype jceks -keyalg AES -keysize 256 -storepass testpass -keypass testpass -validity 730 -keystore vault3.keystore


Actual results:

  No output vault.keystore is created

Expected results:

  Output from Example 13.15

"Enter keystore password: vault22 
Re-enter new password:vault22 
What is your first and last name?
  [Unknown]:  Accounting Administrator
What is the name of your organizational unit?
  [Unknown]:  AccountingServices
What is the name of your organization?
  [Unknown]:  MyOrganization
What is the name of your City or Locality?
  [Unknown]:  Raleigh
What is the name of your State or Province?
  [Unknown]:  NC
What is the two-letter country code for this unit?
  [Unknown]:  US
Is CN=Accounting Administrator, OU=AccountingServices, O=MyOrganization, L=Raleigh, ST=NC, C=US correct?
  [no]:  yes

Enter key password for <vault>
        (RETURN if same as keystore password):"



Document URL: 

Section Number and Name: 

Describe the issue: 

Suggestions for improvement: 

Additional information:

Comment 11 Rostislav Svoboda 2015-06-01 14:13:18 UTC
adding to CP01 payload


Note You need to log in before you can comment on or make changes to this bug.