Hello everybody, 

I know this question is not directly related to
OpenCA, but I know I can get an answer here.

I'd like to know how to send parameters to a perl
command, in my case I want to know how could I sent
parameters to the approveCSR command, maybe from the
comand line or using a bash script or something like
that. The reason, I'm developing a java module to be
able to approve and sign all existing request in the
RA. The reason for this is that I'm going to receive
about 10.000 CSRs per day, so it's almost impossible
to sign them one by one. Can anyone help me on this?

The way I'm signing is this:

1. Load the pkcs#10 data from the DB
2. store the pkcs#10 data in a file (ej: 544.pem)
3. I sing the request (the file containing the pkcs#10
data) using the openca-sv tool, this way:

openca-sv sign -verbose -in 288.pem -out 288Signed.pem
-cert RACert.pem -keyfile RAKey.pem 

That is the status of my project, now I want to:

1. load the data from the files (pkcs#10 and pkcs#7) 
2. send the loaded data a long with the other
parameters to the approveCSR command.

Any help on this particular issue will be very
appreciated.

Thanks a lot,
Johnny


        
        
                
______________________________________________ 
Renovamos el Correo Yahoo!: �250 MB GRATIS! 
Nuevos servicios, m�s seguridad 
http://correo.yahoo.es


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
OpenCA-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to