Cesar,
Cesar Espinla wrote:
I'm currently working with the CVS version of OpenCA configured with two nodes CA and RA-PUB.
I have read the OpenCA Guide for Versions 0.9.2+ (chapter 16) but I don't find a way make it work.
OK, from the example in Chapter 16, make a file called "batch_process_data.txt" and in it have multiple blocks of data like this:
USER jon_doe PROCESS enc_key set_state new_process ROLE User SUBJECT_ALT_NAME_1 email:[EMAIL PROTECTED] SUBJECT CN=Jon Doe, O=OpenCA, C=IT LOA_MODE IGNORE
Where USER is one of your users, PROCESS is the same for all of the USERS (call it what ever you want).
Then identify what your data exchange file is called and where is it located, in my test systems I use "exchange.tar" in the "/tmp/openca/" directory.
TAR up your batch file "tar -cvf exchange.tar batch_process_data.txt", copy it to the correct location and chmod it to 777 (just to make sure !).
Now go to the batch processor node screen and do a "Quick Import - see manual", you should see all of the USERS in your file be imported.
Then run the link "Do one step for all workflows". Put in your CA password twice (by default the Batch process cert is the same as the CA cert). Make sure you choose "16" iterations (this will ensure that every function will be done for your USERs).
This is roughly it, any problems just ask.
Chris...
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
