Bug 236313

Summary: FHS: key/cert code assumes sroot/alias for server key/cert path
Product: [Retired] 389 Reporter: Rich Megginson <rmeggins>
Component: Directory ConsoleAssignee: Rich Megginson <rmeggins>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0.4   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 16:40:57 UTC Type: ---
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: 152373, 240316, 427409    

Description Rich Megginson 2007-04-13 00:31:12 UTC
dsconsole task/KeyCert.java uses console security/CertificateDialog.java which
assumes key/cert db live under sroot/alias and has a server-name- prefix.  This
code will have to be changed to pass in the name of the directory containing the
instance specific key/cert db.

Comment 1 Rich Megginson 2007-04-13 00:33:49 UTC
The CGI code will be changed to accept a securitydir CGI parameter which will be
the security directory name.