Hello,
I am trying to import my certificates from a 0.2.0-5 installation to a
0.8.1 installation using OpenCA-0.8.1/scripts/openca-importcerts
perl openca-importcerts /usr/local/OpenCA.OLD/certs/issued
Certificates Import (valid_certs - Version 0.3.01
(c) 1999/2000 by Massimiliano Pala and OpenCA Team
* Initializing crypto shell ... Ok.
* Initializing dB object ... Ok.
* New Certificate Data:
Serial: 01
Version: 3
C-Name: ra.andyland.ednet.ns.ca
E-Mail: [EMAIL PROTECTED]
Storing Certificate to dB ...
The script just dies at that point. No error message. Starting at line
71 of openca-importcerts.
print "Storing Certificate to dB ... ";
if( not $db->storeItem( DATATYPE=>VALID_CERTIFICATE,
DATA=>$X509->getPEM() ) ) {
print "Error!\n\n";
next;
} else {
print "Ok.\n\n";
unlink( "$srcDir/$tmpCert" );
print "$tmpCert\n";
}
I am using perl 5.6.1 and the perl modules from the 0.8.1 tarball are
installed. Any ideas?
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users