You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by bkreider <bk...@impactsci.com> on 2003/05/27 18:06:54 UTC

Can you export a key?

I see the Genkey task and believe it will generate a key for me.  After
the key is generated I need to do something like:
keytool -export -alias tstkey -file testcert.crt
 
is there a task in ant that will do this?
 
I need this .crt file so I can sign my jar file.
 
Thanks.