From owner-freebsd-stable@FreeBSD.ORG Tue Feb 2 18:28:14 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1E07106566C for ; Tue, 2 Feb 2010 18:28:14 +0000 (UTC) (envelope-from hoganxian@gmail.com) Received: from mail-fx0-f226.google.com (mail-fx0-f226.google.com [209.85.220.226]) by mx1.freebsd.org (Postfix) with ESMTP id 83F438FC1D for ; Tue, 2 Feb 2010 18:28:14 +0000 (UTC) Received: by fxm26 with SMTP id 26so359811fxm.13 for ; Tue, 02 Feb 2010 10:28:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=b1hcDrjJsgc4J+KhP4+eGFPfFqefa7r6taT2/Ei3tSs=; b=CM+lTFK8D5wL2+deyXZJUO09pmcLInkp090CbPRTUgQ4OE1AiMzursEnfxpyzAINKI maaxctwOEyC7+fK4fJ93WmovAMQ2WOfKlB0P2EHNb/4siwP+X7dI7cmV2dKhqOvEwcG2 e36CANrx6SxA0jL8LSx5n+LKI/i6yrKnlnvDQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Vw12ruuIzhUVM6MpOIASdsMaoC7T/ZaLre/czJC9bsNmAdJyj0i2BRamlIIImZ/KFs 8amgN0I28U7FVwEPrwQrACEj3olarpb/+SgZA58QJM5MapWXG8WFcHrlswM6HBxhPAg9 zyYQIZD6TwCwg2gtHK8wkuuIV5Px6NQZdXgaI= MIME-Version: 1.0 Received: by 10.239.184.80 with SMTP id x16mr712683hbg.198.1265133572034; Tue, 02 Feb 2010 09:59:32 -0800 (PST) Date: Tue, 2 Feb 2010 12:59:31 -0500 Message-ID: From: Xian Chen To: freebsd-stable Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: install root certificates X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2010 18:28:15 -0000 Hello, I use 8.0 Release on my thinkpad T42 laptop and want to connect to the WIFI AP near me. The AP is encrypted by WPA2. I also need some root certifications installed ( UTN-USERFirst-Hardware ). I install /usr/ports/security/ca_root_nss and openssl but still I cannot find where the certifications are. Any ideas? Thanks,