Class CertificateAuthorityGenerator

java.lang.Object
craterdog.security.CertificateAuthorityGenerator

public class CertificateAuthorityGenerator extends Object
This class provides a tool for generating new private certificate authorities.
Author:
Derk Norton
  • Constructor Details

    • CertificateAuthorityGenerator

      public CertificateAuthorityGenerator()
  • 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 organization that will own the certificate authority (optional).
      3. The name of the country in which the organization resides (optional, but requires organization).
      Parameters:
      args - The arguments that were passed into this program.