Bug 305021

Summary: The Manager Certificates of Admin Console don't work.
Product: [Retired] 389 Reporter: Victor Hugo dos Santos <listas.vhs>
Component: Security - SSLAssignee: 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 17:08:32 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: 240316, 427409    

Description Victor Hugo dos Santos 2007-09-25 13:25:33 UTC
Description of problem:

The Manager Certificates of Admin Console don't work.

running this interface, the user receive this error:

"Could no open file admin-serv-<server>-cert8.db"

and no is possible config this security options.



How reproducible:


Steps to Reproduce:
1. Open the console (./startconsole)
2. Login in the system with user admin
3. Go to "Server Group" and doble click in "Administration Server"
4. Click in "Manager Certificates" or go to menu Console -> Security -> Manager
Certificates.
5 - look the error !!! :-)

Additional info:

in the irc (#fedora-ds) "elshaa" user write this solution:

/opt/fedora-ds/shared/bin/pk12util -i /tmp/ldap.egwn.net.p12 -d alias -P
admin-serv-<fds-instance>-

and my solution is copy the sladp-<server>-*.db for admin-serv-<serve>-*.db:

cd /opt/fedora-ds/alias
cp slapd-<server>-cert8.db admin-serv-<server>-cert8.db
cp slapd-<server>-key3.db  admin-serv-<server>-key3.db

and run this Manager Certificates in the Admin Console.

but both solutions is not user friend and user need know CLI for run this
commands. :-(