Sorry, I used the wrong list :(
-------- Original Message --------
Subject: [Openca-Users] Re: [OpenCA-Devel] export/import
Date: Thu, 12 Dec 2002 15:14:14 +0100
From: Michael Bell <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
References:
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Hi Bahaa,
Bahaaldin Al-amood wrote:
> What I mean by that is the ra host name ra.openca.org should be replaced
> by configure option for example
> --with-private-ra-ip=xxx.xxx.xxx.xxx
> and this would set the right name in the scp command in the
> ca_node.conf.
SCP must be configured by hand so where is the problem to configure the
IP-address by hand?
>>P.S. for Bahaa: I removed ie_req and spkac_req. They are now integrated
>>into basic_csr (incl. automatic browserdetection). So dc-style is
>>supported for alle parts of the software. We must "only" find a way now
>>to switch between the styles.
>
> does that mean that one can make a request without having the option of
> letting OpenSSL generating the key pair?
Yes.
> I understand that it will be a
> freeze on this feature for the near future. Michael can you give me a
> brief data flow in the new export-import.lib?
Please see src/common/lib/cmds/node*
Import:
-------
- create a temporary directory
$tmp = createDirectory ();
- import the data from floppy or anything else to the temporary directory
eximIODownload ($tmp)
- import the different objects
eximDownloadCerts ( TMP => $tmp, LDAP => "1" );
- import the commits for the exports
eximDownloadCommit ( $tmp );
- cleanup
removeDirectory ( $tmp );
eximIODownload start the import-device with eximIOStart, test the
archive via eximIOTest if a testcommand is specified in the
configuration, import the archive and then stop the import-device if
necessary with eximIOStop.
Export:
-------
- my $tmp = createStructure ();
- write the data to the temporary directory
eximUploadCSRs ( $tmp );
- write the commits for older imports to the temporary directory
eximUploadCommit ( $tmp );
- export the data to the floppy
eximIOUpload ( $tmp );
- cleanup
removeDirectory ( $tmp );
eximIOUpload start the export-device with IOStart, export the archive,
test the archive with eximIOTest and then stop the export-device with
eximIOStop.
Do you want such a description or do you need some documentation for the
configuration of the dataexchange?
Best regards
Michael
P.S. I start writing some docs about the configuration of the
export/import-system but it is really difficult because of the high
flexibility.
--
-------------------------------------------------------------------
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:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users
--
-------------------------------------------------------------------
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:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel
