On Tue, Feb 20, 2007 at 01:35:58PM -0700, Philip Prindeville wrote: > I installed from DVD with my machine disconnected from the network, > so it's certificate was generated as localhost.crt and localhost.key... Is > there a way to remake this certificate automatically with the correct > hostname (which didn't get set until after I finished the install, connected > to the network, and rebooted getting a DHCP served address and > hostname)? Use "genkey `hostname`"; you'll have to adjust ssl.conf to point to the new key/cert filenames afterwards. joe