Re: Have Geforce 4 GO, Need nv.tar.gz....
George Hartzell <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
Joe Marcus Clarke writes: > [...] > It's up again. I had a power failure the other night, and I have to > enter a damn password for the SSL server. Anyone want to tell me how to > do an unattended boot with apache-modssl? I'd appreciate it. [Probably] your certificate key has a passphrase. You can create a copy of the key without a passphrase with this command (it'll ask for the passphrase): openssl rsa -in file1.key -out file2.key Then change your apache configuration to reference the new non-passphrase version of the key. BUT, keep in mind that there's no longer anything other than access control's keeping people from stealing that key! g. To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-mobile" in the body of the message