Bug 1200205
| Summary: | Create a Java Keystore to Store Sensitive Strings | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Jason Shepherd <jshepherd> |
| Component: | Documentation | Assignee: | Russell Dickenson <rdickens> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.3.2 | CC: | cdolphy, jawilson, nziakova, rdickens, rsvoboda |
| Target Milestone: | post-GA | Keywords: | Documentation, Triaged |
| Target Release: | EAP 6.4.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| 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 |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1207953 | ||
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: