M.-A. DARCHE wrote:
ok, in my install this line is like:Error -----
Error 700
General Error The compilation of the command cmdViewCSR failed. Can't use an undefined value as a HASH reference at /usr/local/pki-ra/OpenCA/lib/functions/crypto-utils.lib line 1149.
my $expire_ca = $cryptoShell->getNumericDate($cacert->getParsed()->{NOTAFTER});
so this means, your ca cert is not there or initialized correct so the question is what steps did you for initializing the RA part:
first you have to init the ca, create a ca-certificate and a crl at minimum - then export this and then
init ra and import this data to ra - watch the import messages if all works fine...
since the error looks like, the ca cert can't be found ($cacert is not initilized...) so then the RA can't check if the requested time period will be insinde ca-validity...
greetings dalini
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
