Robert Joop schrieb:
>     servers/
>       http/
>         ca/
>         ra/
>         pub/
>       ocsp/
>       ldap/ (where's that hidden currently?)

Good idea. ldap-code is only present today in the RAServer. LDAP is an
internal protocol.

> >   data/
> 
> data storage?

Yes.

> wouldn't "storage/" be more precise then?

Yes, if export and import are in a different directory.

> >     database/ (if DBM is used)
> 
> what do you mean by this comment?

I mean the DBM-files from OpenCA::DB.

> >     openssl/
> >       serial
> >       index.txt
> 
> why do we need this directory with these files?
> index.txt is initially empty and serial contains a single number, i.e.
> one echo and touch command in a makefile, respectively...

The files contains some data and are not part of the configuration. So
they must be created by a makefile in storage/openssl/.
 
> >   common/
> >     conf/
> >       the structure of the old src/conf/
> >     images/
> >     lib/
> >     modules/
> >       don't listed here
> >     scripts/
> >     javascript/ (wait for comments about the code)
 
> why not put data/'s contents into common/?
> the data structures are common, aren't they?
> perhaps
> 
>   data/data-exchange -> common/data/exchange
>   data/database -> common/data/storage
>   data/openssl -> common/data/storage/Makefile?

This looks good. I didn't know exactly what to do with the directory
data because it contains a database and the export/import stuff which is
not present in the database.

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                                     [OpenCA Core Developer]

http://openca.sourceforge.net

_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to