Jarsigner and Timestamp

J

Jay Canale

Hello,
I have just received my Digital ID certificate from Verisign and I am
trying to figure out how to timestamp my jar file using the JRE 1.5
jarsigner. Using the info from their website my command line looks like
this......

c:\\jdk1.5.0_01\bin\ jarsigner -tsa http://example.tsa.url MyJAR.jar
MyCert.cer

What I get is an java.net.UnknowHostException.

Has anyone gotten this to work yet??

Jay
 
R

Rhino

Jay Canale said:
Hello,
I have just received my Digital ID certificate from Verisign and I am
trying to figure out how to timestamp my jar file using the JRE 1.5
jarsigner. Using the info from their website my command line looks like
this......

c:\\jdk1.5.0_01\bin\ jarsigner -tsa http://example.tsa.url MyJAR.jar
MyCert.cer

What I get is an java.net.UnknowHostException.

Has anyone gotten this to work yet??
Not me ;-)

But I seem to recall that Roedy Green has a lot of detailed information
about jar signing at his website. This is just one page that discusses the
topics; he's got all kinds of links to different aspects of the subject.
http://mindprod.com/jgloss/signedapplets.html

Rhino
 
T

Tilman Bohn

In message <[email protected]>,
Jay Canale wrote on Wed, 2 Mar 2005 16:35:13 -0500:

[...]
c:\\jdk1.5.0_01\bin\ jarsigner -tsa http://example.tsa.url MyJAR.jar
MyCert.cer

What I get is an java.net.UnknowHostException.

I haven't used this, but have you considered the possibility that
the reason is that example.tsa.url is not a valid hostname? Or is it
known to your DNS server?
 
J

Jay Canale

Yes, I am aware of this. My thought was that someone might know of the TSA
site. The new jarsigner is in beta.



Tilman Bohn said:
In message <[email protected]>,
Jay Canale wrote on Wed, 2 Mar 2005 16:35:13 -0500:

[...]
c:\\jdk1.5.0_01\bin\ jarsigner -tsa http://example.tsa.url MyJAR.jar
MyCert.cer

What I get is an java.net.UnknowHostException.

I haven't used this, but have you considered the possibility that
the reason is that example.tsa.url is not a valid hostname? Or is it
known to your DNS server?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top