Package craterdog.security
Class ClientCertificateGenerator
java.lang.Object
craterdog.security.ClientCertificateGenerator
This class provides a tool for generating and signing new client certificates using a
private certificate authority.
- Author:
- Derk Norton
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClientCertificateGenerator
public ClientCertificateGenerator()
-
-
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 client.
- The path to the directory that contains the private certificate authorities and passwords.
- The subject string containing the CN, O, OU, C, etc. values.
- Parameters:
args
- The arguments that were passed into this program.
-