Hi again,
if I call the function "importObjects in" "eximDownloadCRLs" with the additional key "ALLOW_STATE_INJECTION => 1" everything works fine on the webserver. Otherwise "@list" is empty and the crls on the webserver aren't updated.
Is this a solution or have I overseen some troubles?
It looks like you are mixing an offline and an online database. Otherwise I don't know how the CRL goes into your database. There is a simple solution. We only update the webpage if there are newly imported CRLs. We do this to speedup the import. If you go to lib/function/export-import.lib then there is a function eximDownloadCRLs which does the import. If you deactivate the check in line 1455:
return 1 if (not defined (@list) or not scalar @list);
then OpenCA will always update the CRLs at the webpage.
Michael -- ------------------------------------------------------------------- Michael Bell Email: [EMAIL PROTECTED] ZE Computer- und Medienservice Tel.: +49 (0)30-2093 2482 (Computing Centre) Fax: +49 (0)30-2093 2704 Humboldt-University of Berlin Unter den Linden 6 10099 Berlin Email (private): [EMAIL PROTECTED] Germany http://www.openca.org
------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
