On Fri, Oct 12, 2001 at 06:25:06PM -0400, Dan Brown <[EMAIL PROTECTED]> wrote: > Currently, the e-smith/SME system regenerates the SSL key and > certificate whenever a console-save is done, blindly overwriting whatever > is there already.
This is a bug, which has been fixed and the fix will appear in the next update. > Taking a look at the conf-mod_ssl event, it seems that > if $customKey and $customCrt are set, it will not overwrite these, and it > further seems that these can be set in the configuration database. > What's not quite clear is how to do it. Would it just be: > > /sbin/e-smith/db configuration setprop modSSL key yes crt yes > > ...or am I misunderstanding the unless ($customCrt) statements? No, They allow you specify the _path_ to custom CRT and KEY files. You should be able to point them at the existing generated CRT and KEY files as a workaround. Gordon -- Gordon Rowell [EMAIL PROTECTED] VP Engineering Network Server Solutions Group http://www.e-smith.com Mitel Networks Corporation http://www.mitel.com -- Please report bugs to [EMAIL PROTECTED] Please mail [EMAIL PROTECTED] (only) to discuss security issues Support for registered customers and partners to [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org
