hi,

i would like to extract certificates from the key3.db and cert7.db files
so that openssl can handle them. i don't mean the export-feature from
navigator.
i use perl to read the entries from the files, but actually i don't know
in which format
they are coded.

my $d = tie @array, "DB_File", '/home4/ak/.netscape/cert7.db', O_RDWR,
0400, $DB_RECNO;

foreach (@array) {
...

anyone any hint?
thanks in advance

Reply via email to