On Tue, Oct 06, 2009 at 11:14:26AM -0700, Rich Burridge wrote: >> - What are the contents of /usr/share/pkg/cacert? An ls -l of this >> directory would be sufficient. > $ ls -l /usr/share/pkg/cacert > total 4 > -r--r--r-- 1 root bin 1119 Sep 23 12:44 > Verisign_Class_3_Public_Primary_Certification_Authority-G2.pem
This is very odd. The directory should contain a key file, as yours does, but it should also have a symlimk. If you perform the following as root in /usr/share/pkg/cacert, I think this should solve your problem: ln -s Verisign_Class_3_Public_Primary_Certification_Authority-G2.pem 72fa7371.0 Just for reference, a ls -l on my machine looks like this: lrwxrwxrwx 1 root root 62 Aug 19 16:23 72fa7371.0 -> Verisign_Class_3_Public_Primary_Certification_Authority-G2.pem -r--r--r-- 1 root bin 1119 Aug 19 16:23 Verisign_Class_3_Public_Primary_Certification_Authority-G2.pem HTH, -j _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
