Class ClientCertificateSigner

java.lang.Object
craterdog.security.ClientCertificateSigner

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

    • ClientCertificateSigner

      public ClientCertificateSigner()
  • 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.
      Parameters:
      args - The arguments that were passed into this program.