Project created with the goal of helping me learn how to write Go code and making self-signed certificate creation.
Empowers users with a single executable to create and store CA certificates, private keys and sign new device certificates.
After building or downloading one of the pre-compiled binaries, run certMaker and respond to the prompts
The resulting certificates and keys are generated in the path provided
Create CA
Flags and Arguments
-ca-address: Certificate Authority Street Address (default "101 Market St")
-ca-country: Certificate Authority Country (2 letter) (default "US")
-ca-identifier: Internal Identifier for the CA (Required to create a CA or sign a Cert)
certMaker.go
Version: 1.0
Author: Franz Ramirez
Description: Application that allows to generate self generated CAs and the corresponding server certificate