CertGen is a Docker container that simplifies the process of generating self-signed SSL/TLS certificates for local development environments.
- Automated certificate generation
- Customizable parameters via environment variables
- Output management
- Easy integration
- Clone this repository.
- Build the Docker image:
chmod +x build_image.sh ./build_image.sh
- Run the image (replace the sample values):
docker run -v ./output:/output -e DOMAIN=domain.com -e ORG_NAME="Your Org" -e COUNTRY=US -e STATE=FL -e CITY=Miami certgen