Package craterdog.security
Class CertificateAuthorityGenerator
java.lang.Object
craterdog.security.CertificateAuthorityGenerator
This class provides a tool for generating new private certificate authorities.
- Author:
- Derk Norton
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CertificateAuthorityGenerator
public CertificateAuthorityGenerator()
-
-
Method Details
-
main
The main method for this application. It expects the following arguments:- The name of the target environment (e.g. Sandbox, PreProd, Production, etc.).
- The name of the organization that will own the certificate authority (optional).
- The name of the country in which the organization resides (optional, but requires organization).
- Parameters:
args
- The arguments that were passed into this program.
-