Bug 922791
Summary: | installer has error creating self-signed certs | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | John Mazzitelli <mazz> | ||||
Component: | Installer | Assignee: | John Mazzitelli <mazz> | ||||
Status: | ON_QA --- | QA Contact: | |||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.6 | CC: | hrupp | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 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: | |||||||
Attachments: |
|
Description
John Mazzitelli
2013-03-18 14:16:12 UTC
Created attachment 712137 [details]
patch for fix
while the problem was more easily exposed when installing to an external AS7 server, it was a more general issue with creating self-signed cert in the keystore and initializing the truststore if it doesn't exist.
The problem is now fixed. I'm having problems pushing to the remote repo right now. I will attach patch.txt with the fix. Once I am able to successfully push, I will add a commit with the git hash.
To test this is easy - unzip the RHQ distro. *Before doing anything*, remove these two files:
<rhq-install-dir>/jbossas/standalone/configuration/rhq.keystore
<rhq-install-dir>/jbossas/standalone/configuration/rhq.truststore
Now install normally (no need to try to install in an external AS7, the problem would have shown, and is fixed, if installing in the AS7 that comes with RHQ). This would have failed to install prior to this fix. The server should install and run successfully with the fix.
git commit to master: c317c173dac2515ce2a3207dfb952b06668d4eea |