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,
On Tue, Feb 02, 2010 at 12:59:31PM -0500, Xian Chen wrote:> 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?$ pkg_info -L ca_root_nss\* Information for ca_root_nss-3.11.9_2: Files: /usr/local/share/certs/ca-root-nss.crt -- Brooks -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20100202/ee944a63/attachment.pgp
Yes, I have this crt file. Is this one enough? I need UTN-USERFirst-Hardware . I do know exactly how the certification work. thanks, On Tue, Feb 2, 2010 at 1:56 PM, Brooks Davis <brooks@freebsd.org> wrote:> On Tue, Feb 02, 2010 at 12:59:31PM -0500, Xian Chen wrote: > > 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? > > $ pkg_info -L ca_root_nss\* > Information for ca_root_nss-3.11.9_2: > > Files: > /usr/local/share/certs/ca-root-nss.crt > > -- Brooks >
On Tue, 02 Feb 2010 18:59:31 +0100, Xian Chen <hoganxian@gmail.com> wrote:> I install > /usr/ports/security/ca_root_nss and openssl but still I cannot find where > the certifications are. > > Any ideas?Try: pkg_info -xL ca_root_nss -- am