Martin Bartosch wrote:
> Hi,
> 
> 
>>I search a openca-scep command to install with my openca.
>>I install openca 0.9.2.2 with the option install-online.
> 
> 
> from one of your previous posts I understand that you can properly
> download the CA certificates using the sscep getca command.
> If this does work, then you DO have openca-scep.
> 
no not necessarily, the GetCACert operation doesn't use it
see: cmds/scepGetCACert

this uses just openssl to generate the p7 with all necessary certificate
files...

  ## Init the certsList with the RA certificate
  @certsList = ( getRequired("ScepRACert"));

  ## Add all certificates
  for $h (@cert_chain) {
        push( @certsList, "$chainDir/" . $h );
  }

  ## we now convert into a simple pkcs7 data file
  $cryptoShell->crl2pkcs7 ( INFORM=>"PEM", OUTFORM=>"DER",
                CERTSLIST=>[ @certsList ], OUTFILE=>"$p7_file");


greetings
dalini


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to