From owner-freebsd-questions Wed Sep 19 6:21:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id AE3F337B418 for ; Wed, 19 Sep 2001 06:21:39 -0700 (PDT) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.6/8.11.4) id f8JDLUw46894; Wed, 19 Sep 2001 15:21:30 +0200 (CEST) (envelope-from stijn) Date: Wed, 19 Sep 2001 15:21:30 +0200 From: Stijn Hoop To: Konrad Heuer Cc: freebsd-questions@freebsd.org Subject: Re: Apache+SSL+FreeBSD Message-ID: <20010919152130.H57514@pcwin002.win.tue.nl> References: <20010919151140.B75343-100000@gwdu60.gwdg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010919151140.B75343-100000@gwdu60.gwdg.de>; from kheuer@gwdu60.gwdg.de on Wed, Sep 19, 2001 at 03:15:41PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 19, 2001 at 03:15:41PM +0200, Konrad Heuer wrote: > Sorry for asking a rather non-FreeBSD-specific question here -- I need to > set up an https service on a FreeBSD box and thus installed > apache+ssl-1.3.12.1.40. > Can I make a test certificate by myself? And which additional entries are > typical in httpsd.conf compared to httpd.conf? Yes you can do both easily, if you have the ports collection installed # cd /usr/ports/www/apache13-modssl # make # make certificate TYPE=custom # make install it'll install a fully SSL aware webserver, with a certificate signed with your on CA. This means that browsers will still complain that they don't know the issuer of the certificate, but all communication should be encrypted. Additional apache modules are also in /usr/ports/www/mod_*. HTH, --Stijn -- "I'm not under the alkafluence of inkahol that some thinkle peep I am. It's just the drunker I sit here the longer I get." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message