Basic HTML version of Foils prepared April 7 1998

Foil 96 Generating Certificates in JDK

From Basic Principles of Java and Internet Security CPS616 Web Technologies -- Spring 98. by Geoffrey C. Fox


1 JDK comes with the javakey program.
2 "javakey" manages a database of identities and signers.
3 "javakey" provides generating and managing certificates.
4 Some examples of using javakey
5 javakey -cs your_name :makes a new signer
6 javakey -ld : list the database (stored in identitydb.obj file by default)
7 javakey -gk your_name DSA 512 : generates new key pair with modulus 512
8 javakey -gc cert_directives.dir : generate a certificate using the directive file "cert_directives.dir"
9 javakey -dc outfile.509 : display the certificate contents from the certificate file

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Mon Apr 6 1998