Re: SignExample is not working

Marianne Mueller (Marianne.Mueller@Eng)
Tue, 21 Jul 1998 11:37:02 -0700 (PDT)

Date: Tue, 21 Jul 1998 11:37:02 -0700 (PDT)
From: Marianne Mueller <Marianne.Mueller@Eng>
Subject: Re: SignExample is not working
To: java-security@java.Sun.COM, nraghura@ciena.com

The sign example works fine for me with the Plug-In, with Netscape Navigator,
on Windows NT or on Solaris/SPARC.

Did you import the certificate for Duke?

That means, did you download the file named Duke.x509 and run these
commands

% javakey -c Duke true
% javakey -ic Duke Duke.x509

That second command assumes you've saved the downloaded file into a file
named "Duke.x509"

You don't use an ARCHIVE tag. You should use the EMBED tag. Don't put
an ARCHIVE tag inside the EMBED tag. The best thing to do is, don't
write the HTML yourself, but use the HTMLConverter tool that is provided.