alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java example source code file (README)

This example Java source code file (README) is included in the alvinalexander.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Learn more about this Java project at its project page.

Java - Java tags/keywords

basicdata, clientauth, the

The README Java example source code

The files in this directory are used by the ClientAuth test.

The cert8.db password is:  "test12"
cert8.db includes entries for:

  1. user1 (private key and cert signed by ca)
  2. user2 (private key and self-signed cert)
  3. ca (ca cert)

and was set up using the following commands:

  1. certutil -N -d .
  2. certutil -G -k rsa -g 512 -d .
  3. certutil -R -s "cn=user1" -k rsa -g 512 -d . -o user1.certreq

  4. wrote own code to parse user1.certreq and create user1.cert signed
     by the CA contained in basic.keystore (in the BasicData directory)

  5. certutil -A -n user1 -t u -d . -i user1.cert
  6. certutil -A -n ca -t c -d . -i ca.cert
  7. certutil -S -n user2 -s cn=user2 -t u -k rsa -g 512 -x -d . -v 240

server.keystore contains the server's private key entry.
the server certificate is self-signed.
server.keystore's password is:  "passphrase"

truststore is shared by both the client and the server,
and contains certificates for user1, user2, server, and ca.
The truststore password is:  "passphrase"

Other Java examples (source code examples)

Here is a short list of links related to this Java README source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.