From owner-freebsd-questions@FreeBSD.ORG Sun Apr 16 21:20:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 EA3A516A403 for ; Sun, 16 Apr 2006 21:20:13 +0000 (UTC) (envelope-from roth@droopy.unibe.ch) Received: from mailhub03.unibe.ch (mailhub.unibe.ch [130.92.9.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B95B43D5F for ; Sun, 16 Apr 2006 21:20:09 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub02.unibe.ch [130.92.5.62]) by mailhub03.unibe.ch (Postfix) with ESMTP id 7842A3D101; Sun, 16 Apr 2006 23:20:07 +0200 (CEST) Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub02.unibe.ch [130.92.5.62]) (amavisd-new, port 10024) with LMTP id 14761-11; Sun, 16 Apr 2006 23:20:05 +0200 (CEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id 85F863D10B; Sun, 16 Apr 2006 23:20:05 +0200 (CEST) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.12.10+Sun/8.12.10) with ESMTP id k3GLK6Ju006450; Sun, 16 Apr 2006 23:20:06 +0200 (MEST) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id k3GLK5mv018140; Sun, 16 Apr 2006 23:20:05 +0200 (MEST) Date: Sun, 16 Apr 2006 23:20:05 +0200 From: Tobias Roth To: Robert Huff Message-ID: <20060416212005.GA18100@droopy.unibe.ch> References: <20060416095608.GA17188@droopy.unibe.ch> <17474.20119.875374.97964@jerusalem.litteratus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17474.20119.875374.97964@jerusalem.litteratus.org> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. X-Virus-checked: by University of Berne Cc: freebsd-questions@freebsd.org Subject: Re: adding root cert to openssl 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: Sun, 16 Apr 2006 21:20:14 -0000 On Sun, Apr 16, 2006 at 10:03:03AM -0400, Robert Huff wrote: > > Tobias Roth writes: > > > I'd like to add a certificate to OpenSSL. The OpenSSL HOWTO mentions > > OPENSSLDIR, which is /etc/ssl on FreeBSD (for OpenSSL from base). To > > have OpenSSL recognize a new certificate, it has to be put into > > OPENSSLDIR/certs/, but this does not exist on FreeBSD. The > > only certs/ dir I could find is /usr/src/crypto/openssl/certs/. > > > > So my question: How to add a certificate to OpenSSL on FreeBSD? > > Have you encountered any reason you can't just create the > directory yourself? It seems creating the dir, copying the cert file into there, and creating a hash symlink, as advised in the OpenSSL Howto, has no effect.