From owner-freebsd-questions@FreeBSD.ORG Mon Oct 4 07:57:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 381E716A4CE for ; Mon, 4 Oct 2004 07:57:23 +0000 (GMT) Received: from relay.pixi.com (relay.pixi.com [206.127.224.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 090E243D1F for ; Mon, 4 Oct 2004 07:57:23 +0000 (GMT) (envelope-from knowtree@aloha.com) Received: from carter.pixi.com ([206.127.224.102]:2219 "EHLO carter.pixi.com") by relay.pixi.com with ESMTP id S11730AbUJDH5W (ORCPT ); Sun, 3 Oct 2004 21:57:22 -1000 Received: from Internal (206.127.224.85) by carter with SMTP; Mon, 04 Oct 2004 07:57:27 GMT X-Titankey-e_id: <73129f5a-9a2d-4457-a916-918bc375f4fd> Received: from vaiosr7k.ozland (atm-251-63.pixi.com [206.127.251.63]) by koa.aloha.com (8.12.10/8.12.2) with ESMTP id i947u5BH027582; Sun, 3 Oct 2004 21:56:05 -1000 (HST) From: Gary Dunn To: Remko Lodder In-Reply-To: <57637.145.221.24.40.1096874073.squirrel@145.221.24.40> References: <35BF716A-14B7-11D9-9E70-000D9333E43C@secure-computing.net> <415F1AA5.3080001@elvandar.org> <554B282C-14BE-11D9-9E70-000D9333E43C@secure-computing.net> <1096872134.2641.17.camel@vaiosr7k.ozland> <57637.145.221.24.40.1096874073.squirrel@145.221.24.40> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.13 (Preview Release) Date: 03 Oct 2004 21:45:47 -1000 Message-Id: <1096875949.7103.7.camel@vaiosr7k.ozland> Mime-Version: 1.0 cc: Eric Crist cc: FreeBSD Questions Subject: Re: Starting apache at boot with SSL. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2004 07:57:23 -0000 On Sun, 2004-10-03 at 21:14, Remko Lodder wrote: > > > I chose to protect my SSL cert with a passphrase. This makes automatic > > startup at boot impossible. I use FBSD 4.10, and apache would normally > > start via a script in /usr/local/etc/rc.conf. I just made sure there > > was > > ehm this is not totally true, you can startup automatically by > havnig a little script that does the following > > #!/bin/sh > > echo '' Not secure. My passphrase is not stored in cleartext anywhere except on a piece of paper in a locked vault. That may be overkill for some situations, but not mine.