Class ClientCertificateGenerator

java.lang.Object
craterdog.security.ClientCertificateGenerator

public class ClientCertificateGenerator extends Object
This class provides a tool for generating and signing new client certificates using a private certificate authority.
Author:
Derk Norton
  • Constructor Details

    • ClientCertificateGenerator

      public ClientCertificateGenerator()
  • Method Details

    • main

      public static void main(String[] args)
      The main method for this application. It expects the following arguments:
      1. The name of the target environment (e.g. Sandbox, PreProd, Production, etc.).
      2. The name of the client.
      3. The path to the directory that contains the private certificate authorities and passwords.
      4. The subject string containing the CN, O, OU, C, etc. values.
      Parameters:
      args - The arguments that were passed into this program.