> I will use openca to sign java Keystore, know any one how to do ??
>
     with other words, I have an certification request, an will sign it 
with openca, then I will insert the signed Certificat into the java 
kestore to sign the Java Application (jarsigner),

     Is this posible ?

Example:


keytool -genkeypair -dname "cn=Hartmut Lang, ou=ZI, o=KUKA-SZB, c=DE" 
-keypass anypassword  -keystore mykeystore -storepass anypassword  
-validity 1800
keytool -certreq -keystore mykeystore -file mykeystore.req
keytool -importcert -alias abc -file KUKA-CA.cer   -keystore mykeystore

     !!!  now I must sign mykeystore.req with the CA   to get the signed 
request "certnew.cer "  !!

keytool -importcert -keystore mykeystore  -trustcacerts -file certnew.cer


the java loader should check the signature over  OCSP   !?


Hartmut


>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
> _______________________________________________
> Openca-Users mailing list
> Openca-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/openca-users


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to