Edward Quick wrote: > Hi, > > After a long morning compiling NSS I finally managed it only to find > that things didn't quite work the way I expected: > > I thought that if I cd'd into the certificate directory > /opt/netscape/nes/4.1/alias and did > > certutil -L -d . > > it would list the info of keys in that dir but all I got was: > > certutil: NSS_Initialize failed: security library: bad database.
Do you have read permissions to the files in that directory? What are the names of the database files? > Anyway, to cut a long story short, I am trying to migrate iPlanet > certificates to Apache (and I was told I needed pk12util). Could > someone confirm that is true and perhaps if they are very generous > give me some advice how to do it please? You will use pk12util. It is very easy to use, in this case pk12util -o foo.p12 -n foo -d . where foo is the nickname of your cert. -Ian
