Description of Problem: Screen 5 (ssl cert info) of the installer gives a URL for downloading the SSL cert, but the installer does not currently copy this cert to a directory. This currently has to be done by hand, post-install: - mkdir /var/www/html/certs - cp /etc/sysconfig/rhn/rhns-ca-cert* /var/www/html/certs/. Version-Release number of selected component (if applicable): see bug 63780 Additional Information: This is related to bug 67630.
fixed
Hmm.. does not seem to work. I get this traceback: Traceback (innermost last): File "/usr/lib/python1.5/site-packages/libglade.py", line 28, in __call__ ret = apply(self.func, a) File "/mnt/cdrom/usr/sbin/satinstall", line 698, in onSslCertInfoPageNext self.satHostname) File "/mnt/cdrom//usr/share/rhn/satinstall/satInstall.py", line 372, in genSslCerts sslCertGen.genCAKey(passwd) File "/mnt/cdrom//usr/share/rhn/satinstall/sslCertGen.py", line 26, in genCAKey out = stdout.read() IOError: [Errno 4] Interrupted system call
Also, the directory is not in /var/www/html/, and the traceback seems to bork the install in general - httpd does not start, for example.
Hmm, the above doesnt make any sense. Probabaly something related to trying to do a status window for the schema load. I'll take a look... >Also, the directory is not in /var/www/html/ eh? I dont understand? what directory isnt in /var/www/html. I'm assuming that means client-certs isnt in /var/www/html? cvs code should fix it.
The current installer.iso (09-Jul-2002 11:52) completes with the following traceback. The RPMS are in '/etc/sysconfig/rhn', but are not copied to '/var/www/html/client-certs'. Traceback (innermost last): File "/usr/lib/python1.5/site-packages/libglade.py", line 28, in __call__ ret = apply(self.func, a) File "/mnt/cdrom/usr/sbin/satinstall", line 716, in onSslCertInfoPageNext self.satHostname) File "/mnt/cdrom//usr/share/rhn/satinstall/satInstall.py", line 401, in genSslCerts sslCertGen.deployClientCertRPMS() File "/mnt/cdrom//usr/share/rhn/satinstall/sslCertGen.py", line 174, in deployClientCertRPMS shutil.copy(filenames[0], "/var/www/html/client-certs/") IndexError: list index out of range
this should be fixed now in cvs
Fixed in latest installer (installer_10jul02_1521.iso). Closing.