Package craterdog.security
Class ClientCertificateSigner
java.lang.Object
craterdog.security.ClientCertificateSigner
This class provides a tool for generating new client certificates using a private
certificate authority.
- Author:
- Derk Norton
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClientCertificateSigner
public ClientCertificateSigner()
-
-
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.
- Parameters:
args
- The arguments that were passed into this program.
-