From owner-freebsd-questions@FreeBSD.ORG Mon Apr 13 14:36:44 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B6561065672 for ; Mon, 13 Apr 2009 14:36:44 +0000 (UTC) (envelope-from tam.sergio@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id CD2938FC0C for ; Mon, 13 Apr 2009 14:36:43 +0000 (UTC) (envelope-from tam.sergio@gmail.com) Received: by yw-out-2324.google.com with SMTP id 5so1234893ywh.13 for ; Mon, 13 Apr 2009 07:36:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=8HD0hKt1FrbWu58pyu4DXUnKJTc/mJTX5PS3tOIJ20k=; b=Jc7oYmtGCajj+E8rUSoOnqeKZir1/NyLX4VluM1jAj+qm+yicR54gLXQBxlyTiQKGJ RpJB2HXABKQySegiShrU8LG8VudSWlC2rItXl0ivv+FqWhzW+5AjlZG3DhNtogFkblSo EOUYPtrjqZpgtzYYZYwgn0QMs7JTYHnjuxUsU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=ms2Z0UAOOLa8MJzSo9X88OLQhkilGKFMnFg9YcCx0937FT3x6gOHZcHyZU2gA/hWAT AkutelD7RyokRb3v9mO6es6BxkDRCJROaEB9OfFV/4L3I8Zm3u9kB52n6dWwnekFWC1I gxoQLruiwH1Op5/bgBLZWB1xidQRMndDuPr34= MIME-Version: 1.0 Received: by 10.150.144.9 with SMTP id r9mr13041446ybd.74.1239632153585; Mon, 13 Apr 2009 07:15:53 -0700 (PDT) In-Reply-To: References: Date: Mon, 13 Apr 2009 09:15:53 -0500 Message-ID: From: Sergio Tam To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: HOWTO Apache + SSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2009 14:36:44 -0000 2009/4/13 Pieter Donche : > Where can I find a really good FreeBSD7 step by step HOW-TO on setting up > digital certifcates (SSL) for the Apache22. My apache22 is running on my > freebsd7 system but I never set up any > apache httpd server for https access yet ... Hi I hope this help you http://www.bsdguides.org/guides/freebsd/webserver/apache_ssl_php_mysql.php Regards