Skip to content

BeehiveSystems/certgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CertGen - Self-Signed Certificate Automation

CertGen is a Docker container that simplifies the process of generating self-signed SSL/TLS certificates for local development environments.

Features

  • Automated certificate generation
  • Customizable parameters via environment variables
  • Output management
  • Easy integration

Usage

  1. Clone this repository.
  2. Build the Docker image:
    chmod +x build_image.sh
    ./build_image.sh
  3. 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

About

Dockerized certificate generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published