Date: Thu, 6 Feb 1997 20:21:58 -0800
From: mrm@doppio (Marianne Mueller)
Message-Id: <199702070421.UAA17720@puffin.eng.sun.com>
To: dhboy@sb.net
Subject: Re: Chicken and Egg?
Are you following the steps in that "Using Javakey" example
at http://java.sun.com/security/usingJavakey.html?
You need to
1. create identity
2. generate key pair
3. generate cert
The command you use to create a cert isn't the one you quoted, but,
% javakey -gc cert_directive
There's an example of the cert_directive file on the "Using Javakey"
page.
Marianne