From owner-freebsd-questions@FreeBSD.ORG Mon Apr 13 13:40:20 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 5EC661065696 for ; Mon, 13 Apr 2009 13:40:20 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id B9FEC8FC20 for ; Mon, 13 Apr 2009 13:40:19 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: by fxm11 with SMTP id 11so2018704fxm.43 for ; Mon, 13 Apr 2009 06:40:18 -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:cc:content-type; bh=gicRc9DLpbu3sxBaRU0VyitkLpj2+u/g3kIvEYHWqnk=; b=uIhkPWpVOzwAkNtIQl0/Fi7ychiD7q8r63tK1iFeYrPzPAoFnElkOGtAGLtEbQYYDM QcNGkfl1EWHVAMqxmliw0gR0AcnwxID7fUyVb6e9D4VEDQqfk1kkzLa4KSJNJqX8j6EA xSAPQ4Lka8ZT2+aVB/d+3QTeCflT2Tw0jKYK8= 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 :cc:content-type; b=Qqr/9PtzzxBziQWjLj6ClR4rzwN4qYap7ZmUmcdM6C0dnSNfzpNaWujTIb0vUDgGdZ 3o9GJSRWIDKkwFAnYw8i/qAlk4ksUNuDmgs9EniIuPxsNgcLGc3M/BOs7i9LWN/JnLLk Zp+FsWPpyfNe9EHGMYPXtg6DbandZ+zA6op9c= MIME-Version: 1.0 Received: by 10.223.107.198 with SMTP id c6mr1726070fap.32.1239630018639; Mon, 13 Apr 2009 06:40:18 -0700 (PDT) In-Reply-To: References: Date: Mon, 13 Apr 2009 08:40:18 -0500 Message-ID: From: Andrew Gould To: Pieter Donche Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "mail.list freebsd-questions" 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 13:40:20 -0000 On Mon, Apr 13, 2009 at 7:53 AM, Pieter Donche wrote: > 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 ... > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > I use apache 2.2, which comes with SSL. All you have to do is create/sign the certificate and configure the file httpd.conf. I've used the same setup from FreeBSD 6.* to FreeBSD 7.1. A quick google for 'apache2 ssl freebsd' led me here: http://codesnippets.joyent.com/posts/show/802 Best of luck, Andrew