1 | Some examples of using javakey |
2 | javakey -cs your_name :makes a new signer |
3 | javakey -ld : list the database (stored in identitydb.obj file by default) |
4 | javakey -gk your_name DSA 512 : generates new key pair with modulus 512 |
5 | javakey -gc cert_directives.dir : generate a certificate using the directive file "cert_directives.dir" |
6 | javakey -dc outfile.509 : display the certificate contents from the certificate file |