Mike Tsarapatsanis schrieb:
> 
> ok i did what michael told me but unfortunately i do
> not know much about perl code so i am going to ask you
> a few questions.
> 1.When i insert those lines that you mentioned i get
> on the ca page /usr/local/ssl/bin/openssl ca -gencrl
> so i understand that this is a problem of the openssl
> ca -gencrl command .As ireported the error log aof the
> apache says unknown option
> /usr/local/OpenCA/conf/openssl/openssl.cnf and then a
> list of the openssl ca -gencrl commands.So i suppose
> that it is a matter of a wrong argument that the
> command gets in the
> Opwnssl.pm file.Where does it get its arguments from?i
> suppose it is the ca.conf or the openssl.cnf file so
> do ihave to change something there or is that aproblem
> of the perl code.Can you explain me what line in the
> Openssl.pm file must i check and change it or a good
> perl instruction site?

The CRL will be issued by the following way:

genCRL
  - will be used first
  - calls OpenCA::CRL (CRL.pm)
CRL.pm
  - calls issueCRL in OpenCA::OpenSSL (CRL.pm)
OpenSSL.pm
  - issueCRL uses the options from CRL.pm to build the new CRL

If you want to get an idea what's going wrong you can compare the code
from 0.9 with the code from 0.8. 0.9's code work. Only the sourcecode
structure is different but the filenames are still the same.

Michael
-- 
-------------------------------------------------------------------
Michael Bell                   Email (private): [EMAIL PROTECTED]
Rechenzentrum - Datacenter     Email:  [EMAIL PROTECTED]
Humboldt-University of Berlin  Tel.: +49 (0)30-2093 2482
Unter den Linden 6             Fax:  +49 (0)30-2093 2959
10099 Berlin
Germany                                       http://www.openca.org


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to