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 |